Uses of Interface
ejava.examples.txhotel.bl.HotelReservationist
- 
Packages that use HotelReservationist Package Description ejava.examples.txagent.blimpl ejava.examples.txhotel.blimpl ejava.examples.txhotel.ejb  - 
- 
Uses of HotelReservationist in ejava.examples.txagent.blimpl
Fields in ejava.examples.txagent.blimpl declared as HotelReservationist Modifier and Type Field Description private HotelReservationistAgentImpl. reservationistMethods in ejava.examples.txagent.blimpl with parameters of type HotelReservationist Modifier and Type Method Description voidAgentImpl. setReservationist(HotelReservationist reservationist) - 
Uses of HotelReservationist in ejava.examples.txhotel.blimpl
Classes in ejava.examples.txhotel.blimpl that implement HotelReservationist Modifier and Type Class Description classHotelReservationImplFields in ejava.examples.txhotel.blimpl declared as HotelReservationist Modifier and Type Field Description private HotelReservationistHotelReservationSessionImpl. reservationistMethods in ejava.examples.txhotel.blimpl with parameters of type HotelReservationist Modifier and Type Method Description voidHotelReservationSessionImpl. setReservationist(HotelReservationist reservationist) - 
Uses of HotelReservationist in ejava.examples.txhotel.ejb
Subinterfaces of HotelReservationist in ejava.examples.txhotel.ejb Modifier and Type Interface Description interfaceHotelRegistrationLocalinterfaceHotelRegistrationRemoteClasses in ejava.examples.txhotel.ejb that implement HotelReservationist Modifier and Type Class Description classHotelRegistrationEJBThis class provides a stateless EJB wrapper around stateless logic that performs operations on the hotel.Fields in ejava.examples.txhotel.ejb declared as HotelReservationist Modifier and Type Field Description private HotelReservationistHotelRegistrationEJB. reservationist 
 -