org.objectweb.jonas.jtests.beans.etype.oshort
Interface OshortHome


public interface OshortHome

Home interface of the oshort bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Oshort create(java.lang.String pk, java.lang.Short f1)
           
 java.util.Collection findByF1(java.lang.Short f1)
           
 Oshort findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

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

findByPrimaryKey

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

findByF1

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