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


public interface ReservationHomeRemote


Method Summary
 ReservationRemote create(java.lang.Integer cruiseid, java.util.Collection customers)
           
 java.util.Collection findAllReservations()
           
 ReservationRemote findByPrimaryKey(java.lang.Object primaryKey)
           
 

Method Detail

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