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 HotelReservationist
AgentImpl. reservationist
Methods in ejava.examples.txagent.blimpl with parameters of type HotelReservationist Modifier and Type Method Description void
AgentImpl. 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 class
HotelReservationImpl
Fields in ejava.examples.txhotel.blimpl declared as HotelReservationist Modifier and Type Field Description private HotelReservationist
HotelReservationSessionImpl. reservationist
Methods in ejava.examples.txhotel.blimpl with parameters of type HotelReservationist Modifier and Type Method Description void
HotelReservationSessionImpl. setReservationist(HotelReservationist reservationist)
-
Uses of HotelReservationist in ejava.examples.txhotel.ejb
Subinterfaces of HotelReservationist in ejava.examples.txhotel.ejb Modifier and Type Interface Description interface
HotelRegistrationLocal
interface
HotelRegistrationRemote
Classes in ejava.examples.txhotel.ejb that implement HotelReservationist Modifier and Type Class Description class
HotelRegistrationEJB
This 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 HotelReservationist
HotelRegistrationEJB. reservationist
-