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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TravelAgencySoapBindingImpl, TravelAgencySoapBindingSkeleton, TravelAgencySoapBindingStub

public interface TravelAgency
extends java.rmi.Remote


Method Summary
 int reserveRooms(int in0)
           
 int reserveSeats(int in0)
           
 

Method Detail

reserveSeats

public int reserveSeats(int in0)
                 throws java.rmi.RemoteException,
                        NotEnoughSeatsException,
                        DBException
Throws:
java.rmi.RemoteException
NotEnoughSeatsException
DBException

reserveRooms

public int reserveRooms(int in0)
                 throws java.rmi.RemoteException,
                        DBException,
                        NotEnoughRoomsException
Throws:
java.rmi.RemoteException
DBException
NotEnoughRoomsException