Uses of Class
com.sun.ejb.containers.EJBTimerService
-
Packages that use EJBTimerService Package Description com.sun.ejb.containers -
-
Uses of EJBTimerService in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBTimerService Modifier and Type Method Description static EJBTimerServiceEJBTimerService. getEJBTimerService()static EJBTimerServiceEJBTimerService. getEJBTimerService(String target)static EJBTimerServiceEJBTimerService. getEJBTimerService(String target, boolean force)static EJBTimerServiceEJBTimerService. getValidEJBTimerService()Methods in com.sun.ejb.containers with parameters of type EJBTimerService Modifier and Type Method Description protected booleanBaseContainer. callEJBTimeout(RuntimeTimerState timerState, EJBTimerService timerService)protected booleanBaseContainer. postEjbTimeout(RuntimeTimerState timerState, EJBTimerService timerService)protected voidBaseContainer. prepareEjbTimeoutParams(EjbInvocation inv, RuntimeTimerState timerState, EJBTimerService timerService)protected static voidEJBTimerService. setEJBTimerService(EJBTimerService es)Constructors in com.sun.ejb.containers with parameters of type EJBTimerService Constructor Description EJBTimerServiceWrapper(EJBTimerService timerService, EJBContextImpl ejbContext)EJBTimerServiceWrapper(EJBTimerService timerService, jakarta.ejb.EntityContext entityContext)
-