org.objectweb.jonas.jtests.beans.ejbql
Interface CruiseHomeRemote


public interface CruiseHomeRemote


Method Summary
 CruiseRemote create(java.lang.String name, java.lang.Integer ship)
           
 java.util.Collection findAllCruises()
           
 CruiseRemote findByName(java.lang.String name)
           
 CruiseRemote findByPrimaryKey(java.lang.Object primaryKey)
           
 

Method Detail

create

public CruiseRemote create(java.lang.String name,
                           java.lang.Integer ship)
                    throws javax.ejb.CreateException,
                           java.rmi.RemoteException

findByPrimaryKey

public CruiseRemote findByPrimaryKey(java.lang.Object primaryKey)
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException

findAllCruises

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

findByName

public CruiseRemote findByName(java.lang.String name)
                        throws javax.ejb.FinderException,
                               java.rmi.RemoteException