|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The (remote) Remote interface of the Contact EJB. Specifies the functionality of Contact instances, avaliable to remote clients.
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 | |
ContactVO |
getData()
Returns the value object, carrying the state of this Contact EJB. |
ContactPK |
getKey()
Returns the primary key for this Contact EJB. |
void |
setData(ContactVO data)
Sets the state of this Contact EJB with the given value object. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public ContactPK getKey()
throws RemoteException
Returns the primary key for this Contact EJB.
ContactPK uniquely identifying this instance.RemoteException - if problems were encountered in communicating
with the application server or Contact EJB.ContactBean.getKey()
public ContactVO getData()
throws RemoteException
Returns the value object, carrying the state of this Contact EJB.
ContactVO giving the state of this
Contact EJB.RemoteException - if problems were encountered in communicating
with the application server or Contact EJB.ContactBean.getData()
public void setData(ContactVO data)
throws RemoteException
Sets the state of this Contact EJB with the given value object.
data - a ContactVO carrying the new state for this
Contact EJB.RemoteException - if problems were encountered in communicating
with the application server or Contact EJB.ContactBean.setData(ContactVO)
|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||