org.objectweb.jonas.jtests.beans.relation.mnu
Interface AHomeRemote


public interface AHomeRemote

Author:
S.Chassande-Barrioz

Method Summary
 ARemote create(java.lang.String id)
           
 java.util.Collection findAll()
           
 ARemote findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

public ARemote create(java.lang.String id)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException

findByPrimaryKey

public ARemote findByPrimaryKey(java.lang.String pk)
                         throws javax.ejb.FinderException,
                                java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException