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


1 <method> // selects all the methods
2 <ejb-name>BookReservation</ejb-name>
3 <method-name>*</method-name>
4 </method>
5 <method> // selects the given method
6 <ejb-name>BookReservation</ejb-name>
7 <method-name>reserveAll</method-name>
8 </method>
9 <method> // in case of overloading, specifies the method signature
10 <ejb-name>BookReservation</ejb-name>
11 <method-name>xxxx</method-name>
12 <method-params>java.lang.Interger</method-params>
13 <method-params>java.lang.String</method-params>
14 </method>

in Table To:


© 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