|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RouteHome
| Method Summary | |
|---|---|
Route |
create(String requestId,
String jndiName,
String descripton,
boolean isSessionManaged)
All EJBs must implement a create method. |
Enumeration |
findAll()
This method finds all EJBRoute instances. |
Route |
findByPrimaryKey(RoutePK primaryKey)
See the javax.ejb.EJBHome Class for details. |
| Methods inherited from interface javax.ejb.EJBHome |
|---|
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
|---|
Route create(String requestId,
String jndiName,
String descripton,
boolean isSessionManaged)
throws RemoteException,
CreateException
requestId - REQUEST_IDjndiName - JNDI Namedescripton - DescriptionisSessionManaged - Route is session managed
RemoteException - RemoteException
CreateException - CreateException
Enumeration findAll()
throws RemoteException,
FinderException
RemoteException - RemoteException
FinderException - FinderException
Route findByPrimaryKey(RoutePK primaryKey)
throws RemoteException,
FinderException
primaryKey - primary key in a database table
RemoteException - RemoteException
FinderException - FinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||