|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteAdministration
This interface defines the methods and the parameters for the 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. |
Methods inherited from interface com.bankframe.ejb.ESessionRemote |
---|
processDataPacket, processDataPackets |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
void createRoute(String requestId, String ejbName, String description, boolean isSessionManaged) throws ProcessingErrorException, RemoteException
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.
RemoteException
void deleteRoute(String requestId) throws ProcessingErrorException, RemoteException
requestId
- the primary key of the route to be deleted.
ProcessingErrorException
- this exception is thrown if processing fails.
RemoteException
Enumeration getAllRoutes() throws ProcessingErrorException, RemoteException
ProcessingErrorException
- this exception is thrown if processing fails.
RemoteException
Route getRoute(String requestId) throws ProcessingErrorException, RemoteException
requestId
- the primary key of the route to be found.
ProcessingErrorException
- this exception is thrown if processing fails.
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |