org.objectweb.jonas.jtests.beans.etype.ofloat
Interface OfloatHome


public interface OfloatHome

Home interface of the ofloat bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Ofloat create(java.lang.String pk, java.lang.Float f1)
           
 java.util.Collection findByF1(java.lang.Float f1Min, java.lang.Float f1Max)
           
 Ofloat findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

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

findByPrimaryKey

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

findByF1

public java.util.Collection findByF1(java.lang.Float f1Min,
                                     java.lang.Float f1Max)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException