Uses of Interface
org.jboss.as.ejb3.timerservice.spi.ManagedTimerService
-
-
Uses of ManagedTimerService in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ManagedTimerService Modifier and Type Method Description ManagedTimerServiceEJBComponent. getTimerService() -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement ManagedTimerService Modifier and Type Class Description classNonFunctionalTimerServiceNon-functional timer service that is bound when the timer service is disabled.classTimerServiceImplMK2 implementation of Enterprise Beans 3.1ManagedTimerServiceMethods in org.jboss.as.ejb3.timerservice that return ManagedTimerService Modifier and Type Method Description ManagedTimerServiceNonFunctionalTimerServiceFactoryServiceConfigurator. createTimerService(EJBComponent component)ManagedTimerServiceTimerServiceFactoryServiceConfigurator. createTimerService(EJBComponent component) -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.composite
Classes in org.jboss.as.ejb3.timerservice.composite that implement ManagedTimerService Modifier and Type Class Description classCompositeTimerServiceA composite timer service that manages persistent vs transient timers separately.Methods in org.jboss.as.ejb3.timerservice.composite that return ManagedTimerService Modifier and Type Method Description ManagedTimerServiceCompositeTimerServiceFactoryServiceConfigurator. createTimerService(EJBComponent component)ManagedTimerServiceCompositeTimerServiceConfiguration. getPersistentTimerService()ManagedTimerServiceCompositeTimerServiceConfiguration. getTransientTimerService() -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.distributable
Classes in org.jboss.as.ejb3.timerservice.distributable that implement ManagedTimerService Modifier and Type Class Description classDistributableTimerService<I>EJB specification facade for a distributable EJB timer manager.Methods in org.jboss.as.ejb3.timerservice.distributable that return ManagedTimerService Modifier and Type Method Description ManagedTimerServiceDistributableTimerServiceFactoryServiceConfigurator. createTimerService(EJBComponent component) -
Uses of ManagedTimerService in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return ManagedTimerService Modifier and Type Method Description ManagedTimerServiceManagedTimerServiceFactory. createTimerService(EJBComponent component)Creates a managed timer service for the specified component.
-