Uses of Interface
ejava.examples.txagent.bl.AgentReservationSession
-
Packages that use AgentReservationSession Package Description ejava.examples.txagent.blimpl ejava.examples.txagent.ejb -
-
Uses of AgentReservationSession in ejava.examples.txagent.blimpl
Classes in ejava.examples.txagent.blimpl that implement AgentReservationSession Modifier and Type Class Description class
AgentSessionImpl
-
Uses of AgentReservationSession in ejava.examples.txagent.ejb
Subinterfaces of AgentReservationSession in ejava.examples.txagent.ejb Modifier and Type Interface Description interface
AgentReservationSessionLocal
interface
AgentReservationSessionRemote
Classes in ejava.examples.txagent.ejb that implement AgentReservationSession Modifier and Type Class Description class
AgentReservationSessionEJB
This class provides an example of a Stateful session bean that will try to coordinate its local transaction with the tranaction of a remote session bean.Fields in ejava.examples.txagent.ejb declared as AgentReservationSession Modifier and Type Field Description private AgentReservationSession
AgentReservationSessionEJB. agentSession
-