org.objectweb.jonas.jtests.beans.ejbql
Interface CruiseHomeRemote
- public interface CruiseHomeRemote
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