| org.objectweb.jonas.jtests.beans.relation.s2pkcomp.BRemote
BRemote | public interface BRemote extends EJBObject(Code) | | author: H. Joanin |
Method Summary | |
Pk | getId() | void | m1() | Pk | 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'. | Pk | 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 | Pk 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 | Pk 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. |
|
|