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


public interface AHomeRemote

Author:
J.Camilleri

Method Summary
 ARemote create(java.lang.String ida1, int ida2)
           
 java.util.Collection findAll()
           
 ARemote findByPrimaryKey(PK pk)
           
 

Method Detail

create

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

findByPrimaryKey

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

findAll

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