Uses of Class
com.sun.ejb.containers.EJBTimerService
-
Packages that use EJBTimerService Package Description com.sun.ejb.containers fish.payara.ejb.timer.hazelcast org.glassfish.ejb.mdb org.glassfish.ejb.persistent.timer -
-
Uses of EJBTimerService in com.sun.ejb.containers
Subclasses of EJBTimerService in com.sun.ejb.containers Modifier and Type Class Description classNonPersistentEJBTimerServiceMethods in com.sun.ejb.containers that return EJBTimerService Modifier and Type Method Description static EJBTimerServiceEJBTimerService. getEJBTimerService(boolean persistent)static EJBTimerServiceEJBTimerService. getEJBTimerService(String target)static EJBTimerServiceEJBTimerService. getEJBTimerService(String target, boolean force)static EJBTimerServiceEJBTimerService. getEJBTimerService(String target, boolean force, boolean persistent)static EJBTimerServiceEJBTimerService. getNonPersistentTimerService()static EJBTimerServiceEJBTimerService. getPersistentTimerService()Methods in com.sun.ejb.containers with parameters of type EJBTimerService Modifier and Type Method Description protected booleanBaseContainer. callEJBTimeout(RuntimeTimerState timerState, EJBTimerService timerService)Collection<jakarta.ejb.Timer>EJBTimerServiceWrapper. getAllTimers(EJBTimerService timerService_, Collection<Long> containerIds)protected booleanBaseContainer. postEjbTimeout(RuntimeTimerState timerState, EJBTimerService timerService)protected voidBaseContainer. prepareEjbTimeoutParams(EjbInvocation inv, RuntimeTimerState timerState, EJBTimerService timerService)protected static voidEJBTimerService. setNonPersistentTimerService(EJBTimerService timerService)protected static voidEJBTimerService. setPersistentTimerService(EJBTimerService timerService)Constructors in com.sun.ejb.containers with parameters of type EJBTimerService Constructor Description EJBTimerServiceWrapper(EJBTimerService persistentTimerService, EJBTimerService nonPersistentTimerService, EJBContextImpl ejbContext) -
Uses of EJBTimerService in fish.payara.ejb.timer.hazelcast
Subclasses of EJBTimerService in fish.payara.ejb.timer.hazelcast Modifier and Type Class Description classHazelcastTimerStoreStore for EJB timers that exist across a Hazelcast cluster. -
Uses of EJBTimerService in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb with parameters of type EJBTimerService Modifier and Type Method Description protected booleanMessageBeanContainer. callEJBTimeout(RuntimeTimerState timerState, EJBTimerService timerService)Override callEJBTimeout from BaseContainer since delivery to message driven beans is a bit different from session/entity. -
Uses of EJBTimerService in org.glassfish.ejb.persistent.timer
Subclasses of EJBTimerService in org.glassfish.ejb.persistent.timer Modifier and Type Class Description classPersistentEJBTimerServicePersistent support part of the EJBTimerService
-