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


public interface BHomeLocal

Author:
H. Joanin

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

Method Detail

create

public BLocal create(int id)
              throws javax.ejb.CreateException

findByPrimaryKey

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

findAll

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