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


public interface BHomeLocal

Author:
J.Camilleri

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

Method Detail

create

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

findByPrimaryKey

public BLocal findByPrimaryKey(BPK pk)
                        throws javax.ejb.FinderException

findAll

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