org.objectweb.jonas.jtests.beans.relation.oob
Interface BRemote


public interface BRemote

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String getId()
           
 void m1()
           
 java.lang.String retrieveA()
          It returns the primary key of the referenced elements.
 java.lang.String retrieveAInNewTx()
          It returns the primary key of the referenced elements.
 

Method Detail

getId

public java.lang.String getId()
                       throws java.rmi.RemoteException

m1

public void m1()
        throws java.rmi.RemoteException

retrieveA

public java.lang.String retrieveA()
                           throws java.rmi.RemoteException
It returns the primary key of the referenced elements. This method has the transactional attribut TX_SUPPORTS.
Returns:
a primary key of the bean 'A'. Then the elements are java.lang.String objects.

retrieveAInNewTx

public java.lang.String retrieveAInNewTx()
                                  throws java.rmi.RemoteException
It returns the primary key of the referenced elements. This method has the transactional attribut TX_REQUIRES_NEW.
Returns:
a primary key of the bean 'A'. Then the elements are java.lang.String objects.