|
||||||||||
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
public class 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. |
Vector |
getAllAccounts()
This method retrieves all Account entities. |
Vector |
processDataPacket(DataPacket data)
Processes a request DataPacket and delegates it to the appropriate method. |
Vector |
processDataPackets(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 CreateException
CreateException
public Vector getAllAccounts() throws ProcessingErrorException, ValidationException, RemoteException
ProcessingErrorException
RemoteException
ValidationException
public Vector processDataPacket(DataPacket data) throws ProcessingErrorException, RemoteException
processDataPacket
in interface ESession
data
- the request DataPacket
ProcessingErrorException
RemoteException
public Vector processDataPackets(Vector data) throws ProcessingErrorException, RemoteException
processDataPackets
in interface ESession
data
- the request Vector of DataPacket
ProcessingErrorException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |