|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.ESessionBean
com.bankframe.services.requestrouter.RequestRouterBean
This class contains all BankFrame MCA's logic for routing requests to EJBs.
| Constructor Summary | |
RequestRouterBean()
Default constructor. |
|
| Method Summary | |
void |
ejbCreate()
This method initialises the RequestRouterBean. |
java.util.Vector |
processDataPacket(DataPacket dataPacket)
This method is called whenever a DataPacket needs to be routed to a BankFrame EJB. |
java.util.Vector |
processDataPackets(java.util.Vector request)
This method is called whenever request need to be routed to a BankFrame EJB. |
| Methods inherited from class com.bankframe.ejb.ESessionBean |
audit, ejbActivate, ejbLoad, ejbPassivate, ejbPostCreate, ejbRemove, ejbStore, getSessionContext, setSessionContext, unsetSessionContext |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestRouterBean()
throws RequestRouterException
RequestRouterException| Method Detail |
public void ejbCreate()
ejbCreate in class ESessionBean
public java.util.Vector processDataPacket(DataPacket dataPacket)
throws java.rmi.RemoteException,
ProcessingErrorException
processDataPacket in interface ESessionprocessDataPacket in class ESessionBeandataPacket - The DataPacket to process.
ProcessingErrorException - if there is a problem in delivering the DataPacket
java.rmi.RemoteException
public java.util.Vector processDataPackets(java.util.Vector request)
throws ProcessingErrorException
processDataPackets in interface ESessionprocessDataPackets in class ESessionBeanrequest - the request to be routed to the EJB
ProcessingErrorException - if there is a problem in delivering the DataPacket
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||