Uses of Interface
ejava.examples.txhotel.bl.HotelReservationSession
- 
Packages that use HotelReservationSession Package Description ejava.examples.txagent.blimpl ejava.examples.txhotel.blimpl ejava.examples.txhotel.ejb  - 
- 
Uses of HotelReservationSession in ejava.examples.txagent.blimpl
Fields in ejava.examples.txagent.blimpl declared as HotelReservationSession Modifier and Type Field Description private HotelReservationSessionAgentSessionImpl. reservationistMethods in ejava.examples.txagent.blimpl with parameters of type HotelReservationSession Modifier and Type Method Description voidAgentSessionImpl. setReservationist(HotelReservationSession reservationist) - 
Uses of HotelReservationSession in ejava.examples.txhotel.blimpl
Classes in ejava.examples.txhotel.blimpl that implement HotelReservationSession Modifier and Type Class Description classHotelReservationSessionImplThis class represents some stateful business logic that caches desired reservations until the caller calls commit. - 
Uses of HotelReservationSession in ejava.examples.txhotel.ejb
Subinterfaces of HotelReservationSession in ejava.examples.txhotel.ejb Modifier and Type Interface Description interfaceHotelReservationSessionLocalinterfaceHotelReservationSessionRemoteClasses in ejava.examples.txhotel.ejb that implement HotelReservationSession Modifier and Type Class Description classHotelReservationSessionEJBThis class provides an example of a stateful session bean wrapper around stateless server calls.Fields in ejava.examples.txhotel.ejb declared as HotelReservationSession Modifier and Type Field Description private HotelReservationSessionHotelReservationSessionEJB. impl 
 -