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


public interface BHomeLocal

Author:
S.Chassande-Barrioz

Method Summary
 BLocal create(java.lang.String id)
           
 java.util.Collection findAll()
           
 BLocal findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

public BLocal create(java.lang.String id)
              throws javax.ejb.CreateException

findByPrimaryKey

public BLocal findByPrimaryKey(java.lang.String pk)
                        throws javax.ejb.FinderException

findAll

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