org.objectweb.jonas.jtests.beans.etype.plong
Interface PlongHome


public interface PlongHome

Home interface of the plong bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Plong create(java.lang.String pk, long f1)
           
 java.util.Collection findByF1(long f1)
           
 java.util.Collection findByF1Literal5()
           
 Plong findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

public Plong create(java.lang.String pk,
                    long f1)
             throws java.rmi.RemoteException,
                    javax.ejb.CreateException

findByPrimaryKey

public Plong findByPrimaryKey(java.lang.String pk)
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException

findByF1

public java.util.Collection findByF1(long f1)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

findByF1Literal5

public java.util.Collection findByF1Literal5()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException