Uses of Interface
org.jboss.as.ejb3.timerservice.spi.TimedObjectInvoker
-
Packages that use TimedObjectInvoker Package Description org.jboss.as.ejb3.timerservice org.jboss.as.ejb3.timerservice.composite org.jboss.as.ejb3.timerservice.distributable org.jboss.as.ejb3.timerservice.spi -
-
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement TimedObjectInvoker Modifier and Type Class Description classTimedObjectInvokerImplTimed object invoker for an enterprise bean.Fields in org.jboss.as.ejb3.timerservice declared as TimedObjectInvoker Modifier and Type Field Description protected TimedObjectInvokerTimerImpl. timedObjectInvokerTheTimedObjectInvokerto which this timer correspondsMethods in org.jboss.as.ejb3.timerservice that return TimedObjectInvoker Modifier and Type Method Description TimedObjectInvokerTimedObjectInvokerFactoryImpl. createInvoker(EJBComponent component)TimedObjectInvokerNonFunctionalTimerService. getInvoker()TimedObjectInvokerTimerServiceImpl. getInvoker()Returns theTimedObjectInvokerto which this timer service belongs -
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice.composite
Methods in org.jboss.as.ejb3.timerservice.composite that return TimedObjectInvoker Modifier and Type Method Description TimedObjectInvokerCompositeTimerService. getInvoker() -
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice.distributable
Methods in org.jboss.as.ejb3.timerservice.distributable that return TimedObjectInvoker Modifier and Type Method Description TimedObjectInvokerDistributableTimerService. getInvoker()Constructors in org.jboss.as.ejb3.timerservice.distributable with parameters of type TimedObjectInvoker Constructor Description DistributableTimer(TimerManager<I,Batch> manager, Timer<I> timer, Batch suspendedBatch, TimedObjectInvoker invoker, TimerSynchronizationFactory<I> synchronizationFactory)OOBTimer(TimerManager<I,Batch> manager, I id, TimedObjectInvoker invoker, TimerSynchronizationFactory<I> synchronizationFactory) -
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return TimedObjectInvoker Modifier and Type Method Description TimedObjectInvokerTimedObjectInvokerFactory. createInvoker(EJBComponent component)Creates an invoker for the specified EJB componentTimedObjectInvokerManagedTimerService. getInvoker()Returns the invoker for the timed object associated with this timer service.TimedObjectInvokerManagedTimerServiceConfiguration. getInvoker()An invoker for the EJB component associated with this timer service
-