background image
<< Replacement Variables for EJB Stub Templates | MethodBodyTemplate Variable >>
<< Replacement Variables for EJB Stub Templates | MethodBodyTemplate Variable >>

RemoteMethods Variable

Replacement Variables for Stub Generation Templates
135
<<!RemoteMethods!>>
Method declarations for methods in
the remote interface.
Example:
void deleteAllCheckingAccts()
throws java.rmi.RemoteException;
void deleteAllSavingsAccts() throws
java.rmi.RemoteException;
...
java.math.BigDecimal
withdrawFromChecking(long
accountID, java.math.BigDecimal
amount) throws
java.rmi.RemoteException,javax.nam
ing.NamingException,javax.ejb.EJBE
xception;
java.math.BigDecimal
withdrawFromSavings(long
accountID, java.math.BigDecimal
amount) throws
java.rmi.RemoteException,javax.nam
ing.NamingException,javax.ejb.EJBE
xception;
Session_Remote
<<!ImplementationClassName!>>
Class name of the EJB
implementation class.
Example:
ManageAccountsBean
Session_Bean
Variable
Description
Template