Basic HTML version of Foils prepared July 6 99

Foil 93 Method Selection Pattern

From Object Web Computing Technologies CPS714 Computational Science Information Track -- June 16 99. by H. Timucin Ozdemir


<method> // selects all the methods
<ejb-name>BookReservation</ejb-name>
<method-name>*</method-name>
</method>
<method> // selects the given method
<ejb-name>BookReservation</ejb-name>
<method-name>reserveAll</method-name>
</method>
<method> // in case of overloading, specifies the method signature
<ejb-name>BookReservation</ejb-name>
<method-name>xxxx</method-name>
<method-params>java.lang.Interger</method-params>
<method-params>java.lang.String</method-params>
</method>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999