|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.examples.bp.accountsearch.AccountSearchBean
com.bankframe.examples.bp.impl.accountsearch.AccountSearchBean
This class marshalls methods calls and responses to/from DataPackets.
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.ESession |
serialVersionUID |
| Constructor Summary | |
AccountSearchBean()
Default Constructor. |
|
| Method Summary | |
void |
ejbCreate()
This method initialises a AccountSearch instance. |
java.util.Vector |
getAllAccounts()
This method retrieves all Account entities. |
java.util.Vector |
processDataPacket(DataPacket data)
Processes a request DataPacket and delegates it to the appropriate method. |
java.util.Vector |
processDataPackets(java.util.Vector data)
This method processes multiple DataPacket requests. |
| Methods inherited from class com.bankframe.examples.bp.accountsearch.AccountSearchBean |
findAllAccounts |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AccountSearchBean()
| Method Detail |
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException
public java.util.Vector getAllAccounts()
throws ProcessingErrorException,
ValidationException,
java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
ValidationException
public java.util.Vector processDataPacket(DataPacket data)
throws ProcessingErrorException,
java.rmi.RemoteException
processDataPacket in interface ESessiondata - the request DataPacket
ProcessingErrorException
java.rmi.RemoteException
public java.util.Vector processDataPackets(java.util.Vector data)
throws ProcessingErrorException,
java.rmi.RemoteException
processDataPackets in interface ESessiondata - the request Vector of DataPacket
ProcessingErrorException
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||