org.objectweb.jonas.jtests.beans.ejbql
Interface ReservationHomeRemote
- public interface ReservationHomeRemote
create
public ReservationRemote create(java.lang.Integer cruiseid,
java.util.Collection customers)
throws javax.ejb.CreateException,
java.rmi.RemoteException
findByPrimaryKey
public ReservationRemote findByPrimaryKey(java.lang.Object primaryKey)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findAllReservations
public java.util.Collection findAllReservations()
throws javax.ejb.FinderException,
java.rmi.RemoteException