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 HotelReservationSession
AgentSessionImpl. reservationist
Methods in ejava.examples.txagent.blimpl with parameters of type HotelReservationSession Modifier and Type Method Description void
AgentSessionImpl. 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 class
HotelReservationSessionImpl
This 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 interface
HotelReservationSessionLocal
interface
HotelReservationSessionRemote
Classes in ejava.examples.txhotel.ejb that implement HotelReservationSession Modifier and Type Class Description class
HotelReservationSessionEJB
This 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 HotelReservationSession
HotelReservationSessionEJB. impl
-