|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Route |
create(java.lang.String requestId,
java.lang.String jndiName,
java.lang.String descripton,
boolean isSessionManaged)
All EJBs must implement a create method. |
java.util.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 |
public Route create(java.lang.String requestId, java.lang.String jndiName, java.lang.String descripton, boolean isSessionManaged) throws java.rmi.RemoteException, javax.ejb.CreateException
requestId
- REQUEST_IDjndiName
- JNDI NameisSessionManaged
- Route is session managed
java.rmi.RemoteException
- RemoteException
javax.ejb.CreateException
- CreateExceptionjavax.ejb.EJBHome.create(...)
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
- RemoteException
javax.ejb.FinderException
- FinderExceptionjavax.ejb.EJBHome.findAll()
public Route findByPrimaryKey(RoutePK primaryKey) throws java.rmi.RemoteException, javax.ejb.FinderException
primaryKey
- primary key in a database table
java.rmi.RemoteException
- RemoteException
javax.ejb.FinderException
- FinderExceptionjavax.ejb.EJBHome.findPrimaryKey(...)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |