Uses of Interface
org.jboss.as.ejb3.timerservice.spi.ManagedTimerServiceFactory
-
Packages that use ManagedTimerServiceFactory Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.timerservice org.jboss.as.ejb3.timerservice.composite org.jboss.as.ejb3.timerservice.distributable -
-
Uses of ManagedTimerServiceFactory in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ManagedTimerServiceFactory Modifier and Type Method Description ManagedTimerServiceFactoryEJBComponentCreateService. getTimerServiceFactory()Methods in org.jboss.as.ejb3.component that return types with arguments of type ManagedTimerServiceFactory Modifier and Type Method Description org.jboss.msc.inject.Injector<ManagedTimerServiceFactory>EJBComponentCreateService. getTimerServiceFactoryInjector() -
Uses of ManagedTimerServiceFactory in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement ManagedTimerServiceFactory Modifier and Type Class Description classNonFunctionalTimerServiceFactoryServiceConfiguratorConfigures a service that provides a non-function TimerService factory.classTimerServiceFactoryServiceConfiguratorConfigures a service that provides a local timer service factory. -
Uses of ManagedTimerServiceFactory in org.jboss.as.ejb3.timerservice.composite
Classes in org.jboss.as.ejb3.timerservice.composite that implement ManagedTimerServiceFactory Modifier and Type Class Description classCompositeTimerServiceFactoryServiceConfiguratorConfigures a services that provides a composite timer service factory. -
Uses of ManagedTimerServiceFactory in org.jboss.as.ejb3.timerservice.distributable
Classes in org.jboss.as.ejb3.timerservice.distributable that implement ManagedTimerServiceFactory Modifier and Type Class Description classDistributableTimerServiceFactoryServiceConfigurator
-