|
||||||||||
| 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
public class 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. |
Vector |
processDataPacket(DataPacket dataPacket)
This method is called whenever a DataPacket needs to be routed to a BankFrame EJB. |
Vector |
processDataPackets(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 Vector processDataPacket(DataPacket dataPacket)
throws RemoteException,
ProcessingErrorException
processDataPacket in interface ESessionprocessDataPacket in class ESessionBeandataPacket - DataPacket to be routed to the EJB
ProcessingErrorException - if there is a problem in delivering the DataPacket
RemoteException
public Vector processDataPackets(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 | |||||||||