| org.objectweb.jonas.jtests.beans.relation.dass.ARemote
ARemote | public interface ARemote extends EJBObject(Code) | | author: Ph Durieux |
Method Summary | |
void | assignB(String c) It replaces the referenced elements of the relation by the element of the
String specified.
This method has the transactional attribut TX_SUPPORTS.
Parameters: c - is a primary key of the bean 'B'. | String | getBcmrvalue() | String | getId() | String | retrieveB() It returns the primary key of the referenced elements.
This method has the transactional attribut TX_SUPPORTS.
a primary key of the bean 'B'. | void | setBcmrvalue(String id) |
assignB | void assignB(String c) throws FinderException, RemoteException(Code) | | It replaces the referenced elements of the relation by the element of the
String specified.
This method has the transactional attribut TX_SUPPORTS.
Parameters: c - is a primary key of the bean 'B'. Then theelements are java.lang.String objects. |
retrieveB | String retrieveB() throws RemoteException(Code) | | It returns the primary key of the referenced elements.
This method has the transactional attribut TX_SUPPORTS.
a primary key of the bean 'B'. Then theelements are java.lang.String objects. |
|
|