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


public interface BHomeRemote

Author:
H. Joanin

Method Summary
 BRemote create(int id)
           
 java.util.Collection findAll()
           
 BRemote findByPrimaryKey(Pk pk)
           
 

Method Detail

create

public BRemote create(int id)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException

findByPrimaryKey

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

findAll

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