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


public interface AHomeLocal

Author:
H.Joanin

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

Method Detail

create

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

findByPrimaryKey

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

findAll

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