Package ejava.examples.txhotel.ejb
-
Interface Summary Interface Description HotelRegistrationLocal HotelRegistrationRemote HotelReservationSessionLocal HotelReservationSessionRemote TestUtilRemote This interface is used in support of testing from remote clients. -
Class Summary Class Description HotelRegistrationEJB This class provides a stateless EJB wrapper around stateless logic that performs operations on the hotel.HotelReservationSessionEJB This class provides an example of a stateful session bean wrapper around stateless server calls.TestUtilEJB This EJB provides helper methods used by remote test clients.