|
||||||||||
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.route.administration.RouteAdministrationBean
public class RouteAdministrationBean
This class is responsible for the administration of routes in BankFrame MCA.
Constructor Summary | |
---|---|
RouteAdministrationBean()
|
Method Summary | |
---|---|
void |
createRoute(String requestId,
String ejbName,
String description,
boolean isSessionManaged)
This method creates a new instance of the Route EJB. |
void |
deleteRoute(String requestId)
This method deletes an instance of the route EJB. |
Enumeration |
getAllRoutes()
This method returns all routes |
Route |
getRoute(String requestId)
This method finds an instance of the route EJB by its primary key. |
Vector |
processDataPacket(DataPacket data)
The method is the Interface to the client. |
Methods inherited from class com.bankframe.ejb.ESessionBean |
---|
audit, ejbActivate, ejbCreate, ejbLoad, ejbPassivate, ejbPostCreate, ejbRemove, ejbStore, getSessionContext, processDataPackets, setSessionContext, unsetSessionContext |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteAdministrationBean()
Method Detail |
---|
public void createRoute(String requestId, String ejbName, String description, boolean isSessionManaged) throws ProcessingErrorException
requestId
- the primarykey of the route to be createdejbName
- the JNDI name of the route to be createddescription
- the description of the route to be createdisSessionManaged
- 'yes' or 'no'
ProcessingErrorException
- this exception is thrown if processing fails.public void deleteRoute(String requestId) throws ProcessingErrorException
requestId
- the primary key of the route to be deleted.
ProcessingErrorException
- this exception is thrown if processing fails.public Enumeration getAllRoutes() throws ProcessingErrorException
ProcessingErrorException
- this exception is thrown if processing fails.public Route getRoute(String requestId) throws ProcessingErrorException
requestId
- the primary key of the route to be found.
ProcessingErrorException
- this exception is thrown if processing fails.public Vector processDataPacket(DataPacket data) throws ProcessingErrorException
processDataPacket
in interface ESession
processDataPacket
in class ESessionBean
data
- DataPacket containing the parameters of the method to be called.
ProcessingErrorException
- this exception is thrown if processing fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |