org.objectweb.jonas.jtests.beans.relation.pkcomp
Interface BHomeRemote


public interface BHomeRemote

Author:
J.Camilleri

Method Summary
 BRemote create(java.lang.String idb1, int idb2)
           
 java.util.Collection findAll()
           
 BRemote findByPrimaryKey(BPK pk)
           
 

Method Detail

create

public BRemote create(java.lang.String idb1,
                      int idb2)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException

findByPrimaryKey

public BRemote findByPrimaryKey(BPK pk)
                         throws javax.ejb.FinderException,
                                java.rmi.RemoteException

findAll

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