Package | Description |
---|---|
ejava.examples.txagent.blimpl | |
ejava.examples.txhotel.blimpl | |
ejava.examples.txhotel.ejb |
Modifier and Type | Field and Description |
---|---|
private HotelReservationSession |
AgentSessionImpl.reservationist |
Modifier and Type | Method and Description |
---|---|
void |
AgentSessionImpl.setReservationist(HotelReservationSession reservationist) |
Modifier and Type | Class and Description |
---|---|
class |
HotelReservationSessionImpl
This class represents some stateful business logic that caches desired
reservations until the caller calls commit.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HotelReservationSessionLocal |
interface |
HotelReservationSessionRemote |
Modifier and Type | Class and Description |
---|---|
class |
HotelReservationSessionEJB
This class provides an example of a stateful session bean wrapper around
stateless server calls.
|
Modifier and Type | Field and Description |
---|---|
private HotelReservationSession |
HotelReservationSessionEJB.impl |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.