| org.objectweb.jonas.jtests.beans.relation.oob.BRemote
BRemote | public interface BRemote extends EJBObject(Code) | | author: S.Chassande-Barrioz |
Method Summary | |
String | getId() | void | m1() | String | retrieveA() It returns the primary key of the referenced elements.
This method has the transactional attribut TX_SUPPORTS.
a primary key of the bean 'A'. | String | retrieveAInNewTx() It returns the primary key of the referenced elements.
This method has the transactional attribut TX_REQUIRES_NEW.
a primary key of the bean 'A'. |
retrieveA | String retrieveA() 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 'A'. Then theelements are java.lang.String objects. |
retrieveAInNewTx | String retrieveAInNewTx() throws RemoteException(Code) | | It returns the primary key of the referenced elements.
This method has the transactional attribut TX_REQUIRES_NEW.
a primary key of the bean 'A'. Then theelements are java.lang.String objects. |
|
|