org.objectweb.jass.examples.travelagency.ejbs
Interface TravelAgency

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface TravelAgency
extends javax.ejb.EJBObject

Author:
fran Date: Feb 12, 2004 org.objectweb.jass.examples.travelagency.ejbsTravelAgency.java

Method Summary
 void makeReservation(java.lang.String name, int nSeats, int nRooms)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

makeReservation

public void makeReservation(java.lang.String name,
                            int nSeats,
                            int nRooms)
                     throws java.rmi.RemoteException,
                            NotEnoughSeatsException,
                            NotEnoughRoomsException,
                            java.lang.Exception
Throws:
java.rmi.RemoteException
NotEnoughSeatsException
NotEnoughRoomsException
java.lang.Exception