|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bankframe.ejb.ESessionBean
|
+--com.bankframe.services.route.administration.RouteAdministrationBean
This class is responsible for the administration of routes in BankFrame MCA.
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.ESession |
serialVersionUID |
| Constructor Summary | |
RouteAdministrationBean()
|
|
| Method Summary | |
void |
createRoute(java.lang.String requestId,
java.lang.String ejbName,
java.lang.String description,
boolean isSessionManaged)
This method creates a new instance of the Route EJB. |
void |
deleteRoute(java.lang.String requestId)
This method deletes an instance of the route EJB. |
java.util.Enumeration |
getAllRoutes()
This method returns all routes |
Route |
getRoute(java.lang.String requestId)
This method finds an instance of the route EJB by its primary key. |
java.util.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(java.lang.String requestId,
java.lang.String ejbName,
java.lang.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(java.lang.String requestId)
throws ProcessingErrorException
requestId - the primary key of the route to be deleted.
ProcessingErrorException - this exception is thrown if processing fails.
public java.util.Enumeration getAllRoutes()
throws ProcessingErrorException
ProcessingErrorException - this exception is thrown if processing fails.
public Route getRoute(java.lang.String requestId)
throws ProcessingErrorException
requestId - the primary key of the route to be found.
ProcessingErrorException - this exception is thrown if processing fails.
public java.util.Vector processDataPacket(DataPacket data)
throws ProcessingErrorException
processDataPacket in interface ESessionprocessDataPacket in class ESessionBeandata - The DataPacket to process.
ProcessingErrorException - this exception is thrown if processing fails.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||