Uses of Class
com.sun.ejb.containers.EJBTimerService
Packages that use EJBTimerService
-
Uses of EJBTimerService in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBTimerServiceModifier and TypeMethodDescriptionstatic 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 EJBTimerServiceModifier and TypeMethodDescriptionprotected 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 EJBTimerServiceModifierConstructorDescriptionEJBTimerServiceWrapper(EJBTimerService timerService, EJBContextImpl ejbContext) EJBTimerServiceWrapper(EJBTimerService timerService, jakarta.ejb.EntityContext entityContext)