Package org.myorg.basicejb.ejb
Class ReservationEJB
- java.lang.Object
-
- org.myorg.basicejb.ejb.ReservationEJB
-
- All Implemented Interfaces:
ReservationLocal
,ReservationRemote
public class ReservationEJB extends Object implements ReservationLocal, ReservationRemote
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description ReservationEJB()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
destroy
@PreDestroy public void destroy()
-
ping
public void ping()
- Specified by:
ping
in interfaceReservationRemote
-
-