Uses of Interface
org.jboss.as.ejb3.timerservice.spi.ManagedTimerService
Packages that use ManagedTimerService
Package
Description
-
Uses of ManagedTimerService in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ManagedTimerService -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement ManagedTimerServiceModifier and TypeClassDescriptionclassNon-functional timer service that is bound when the timer service is disabled.classMK2 implementation of Enterprise Beans 3.1ManagedTimerServiceMethods in org.jboss.as.ejb3.timerservice that return ManagedTimerServiceModifier and TypeMethodDescriptionNonFunctionalTimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) TimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.composite
Classes in org.jboss.as.ejb3.timerservice.composite that implement ManagedTimerServiceModifier and TypeClassDescriptionclassA composite timer service that manages persistent vs transient timers separately.Methods in org.jboss.as.ejb3.timerservice.composite that return ManagedTimerServiceModifier and TypeMethodDescriptionCompositeTimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) CompositeTimerServiceConfiguration.getPersistentTimerService()CompositeTimerServiceConfiguration.getTransientTimerService() -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.distributable
Classes in org.jboss.as.ejb3.timerservice.distributable that implement ManagedTimerServiceModifier and TypeClassDescriptionclassEJB specification facade for a distributable EJB timer manager. -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return ManagedTimerServiceModifier and TypeMethodDescriptionManagedTimerServiceFactory.createTimerService(EJBComponent component) Creates a managed timer service for the specified component.