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


public interface AHomeLocal

Author:
J.Camilleri

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

Method Detail

create

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

findByPrimaryKey

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

findAll

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