|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The (remote) Home interface of the ContactBook session EJB. Specifies the functionality as avaliable to remote clients (and provided by the EJB container) with respect to creating ContactBook 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.
ContactBean| Method Summary | |
ContactBook |
create()
Requests that a new ContactBook EJB is created. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
public ContactBook create()
throws RemoteException,
CreateException
Requests that a new ContactBook EJB is created. The method returns the (remote interface of) the new EJB.
ContactBook 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 Contact with the same key already exists).ContactBookBean.ejbCreate()
|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||