Package | Description |
---|---|
info.ejava.examples.ejb.ejbjpa.bl | |
info.ejava.examples.ejb.ejbjpa.bo | |
info.ejava.examples.ejb.ejbjpa.dao | |
info.ejava.examples.ejb.ejbjpa.ejb |
Modifier and Type | Method and Description |
---|---|
Guest |
HotelMgmtImpl.checkIn(Guest guest,
Room room) |
Guest |
HotelMgmt.checkIn(Guest guest,
Room room) |
Modifier and Type | Method and Description |
---|---|
Guest |
HotelMgmtImpl.checkIn(Guest guest,
Room room) |
Guest |
HotelMgmt.checkIn(Guest guest,
Room room) |
int |
HotelMgmtImpl.checkout(Guest guest) |
int |
HotelMgmt.checkout(Guest guest) |
Modifier and Type | Field and Description |
---|---|
private Guest |
Room.occupant |
Modifier and Type | Method and Description |
---|---|
Guest |
Room.getOccupant() |
Modifier and Type | Method and Description |
---|---|
void |
Room.setOccupant(Guest occupant) |
Modifier and Type | Method and Description |
---|---|
void |
JPAHotelDAO.addGuest(Guest guest) |
void |
HotelDAO.addGuest(Guest guest) |
Room |
JPAHotelDAO.findRoomByGuest(Guest guest) |
Room |
HotelDAO.findRoomByGuest(Guest guest) |
Modifier and Type | Field and Description |
---|---|
private List<Guest> |
ReservationEJB.guests |
Modifier and Type | Method and Description |
---|---|
Guest |
HotelMgmtEJB.checkIn(Guest guest,
Room room) |
Modifier and Type | Method and Description |
---|---|
List<Guest> |
ReservationEJB.reserveRooms() |
List<Guest> |
ReservationRemote.reserveRooms() |
protected List<Guest> |
ReservationEJB.reserveRooms(List<Room> rooms) |
List<Guest> |
ReservationEJB.reserveRoomsPessimistic() |
List<Guest> |
ReservationRemote.reserveRoomsPessimistic() |
Modifier and Type | Method and Description |
---|---|
int |
ReservationEJB.addGuest(Guest guest) |
int |
ReservationRemote.addGuest(Guest guest) |
Guest |
HotelMgmtEJB.checkIn(Guest guest,
Room room) |
int |
HotelMgmtEJB.checkout(Guest guest) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.