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


public interface AHomeLocal

Author:
J.Camilleri

Method Summary
 ALocal create(java.lang.String ida1, int ida2)
           
 java.util.Collection findAll()
           
 ALocal findByPrimaryKey(PK pk)
           
 

Method Detail

create

public ALocal create(java.lang.String ida1,
                     int ida2)
              throws javax.ejb.CreateException

findByPrimaryKey

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

findAll

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