|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The (remote) Home interface of the UniqueIdGenerator EJB. Specifies the functionality as avaliable to remote clients (and provided by the EJB container) with respect to creating and finding UniqueIdGenerator EJBs.
Copyright: (c) 2002 The Open Math Company Limited
The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.
UniqueIdGeneratorBean| Method Summary | |
UniqueIdGenerator |
create(UniqueIdGeneratorPK key)
Requests that a new UniqueIdGenerator EJB is created with the given unqiue key. |
Collection |
findAll()
Finds all the UniqueIdGenerator EJBs known to the container. |
UniqueIdGenerator |
findByPrimaryKey(UniqueIdGeneratorPK key)
Finds the UniqueIdGenerator EJB with the given unqiue key. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
public UniqueIdGenerator create(UniqueIdGeneratorPK key)
throws RemoteException,
CreateException
Requests that a new UniqueIdGenerator EJB is created with the given unqiue key. The method returns (the remote interface of) the new EJB.
key - a UniqueIdGeneratorPK specifying the key.UniqueIdGenerator remote interface to the new EJB.RemoteException - if problems were encountered in communicating
with the application server.CreateException - if the request not be completed, for whatever
reason (for example, because a UniqueIdGenerator with the same key already exists).UniqueIdGeneratorBean.ejbCreate(UniqueIdGeneratorPK)
public UniqueIdGenerator findByPrimaryKey(UniqueIdGeneratorPK key)
throws RemoteException,
FinderException
Finds the UniqueIdGenerator EJB with the given unqiue key.
key - a UniqueIdGeneratorPK specifying the key.UniqueIdGenerator remote interface to the found EJB.RemoteException - if problems were encountered in communicating
with the application server.FinderException - if the request not be completed, for whatever
reason (for example, because no UniqueIdGenerator EJB exists for that key).
public Collection findAll()
throws RemoteException,
FinderException
Finds all the UniqueIdGenerator EJBs known to the container.
Collection carrying all the found EJBs.RemoteException - if problems were encountered in communicating
with the application server.FinderException - if the request not be completed, for whatever
reason (for example, because no UniqueIdGenerator EJB exists).
|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||