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


public interface AHomeLocal

Author:
S.Chassande-Barrioz

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

Method Detail

create

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

findByPrimaryKey

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

findAll

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