- cancelReservation(Reservation) - Method in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
This method will cause the current transaction to be rolled back
if the business logic reports an exception cancelling a reservation.
- cancelReservations() - Method in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-
- cleanupReservation(String) - Method in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
- close() - Method in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
This method is called whenever the EJB is evicted from the container;
which is not too often for stateless session beans under normal
circumstances.
- close() - Method in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-
This method will destroy the stateful instance.
- closing() - Method in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-
This method is called just prior to the bean being destroyed.
- commit() - Method in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-
- commitReservation(Reservation) - Method in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
This method is just a pass-thru to the business logic.
- createReservation(Person, Date, Date) - Method in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
This method will rollack the current transaction if the business
logic throws an exception while trying to create a reservation.
- createReservation(Person, Date, Date) - Method in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-
- ctx - Variable in class ejava.examples.txhotel.ejb.HotelRegistrationEJB
-
- ctx - Variable in class ejava.examples.txhotel.ejb.HotelReservationSessionEJB
-