Uses of Interface
org.jboss.as.ejb3.timerservice.spi.TimedObjectInvoker
Packages that use TimedObjectInvoker
Package
Description
-
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement TimedObjectInvokerModifier and TypeClassDescriptionclassTimed object invoker for an enterprise bean.Fields in org.jboss.as.ejb3.timerservice declared as TimedObjectInvokerModifier and TypeFieldDescriptionprotected final TimedObjectInvokerTimerImpl.timedObjectInvokerTheTimedObjectInvokerto which this timer correspondsMethods in org.jboss.as.ejb3.timerservice that return TimedObjectInvokerModifier and TypeMethodDescriptionTimedObjectInvokerFactoryImpl.createInvoker(EJBComponent component) NonFunctionalTimerService.getInvoker()TimerServiceImpl.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 -
Uses of TimedObjectInvoker in org.jboss.as.ejb3.timerservice.distributable
Methods in org.jboss.as.ejb3.timerservice.distributable that return TimedObjectInvokerConstructors in org.jboss.as.ejb3.timerservice.distributable with parameters of type TimedObjectInvokerModifierConstructorDescriptionDistributableTimeoutListener(TimedObjectInvoker invoker, TimerSynchronizationFactory<I> synchronizationFactory) DistributableTimer(TimerManager<I> manager, Timer<I> timer, org.wildfly.clustering.cache.batch.SuspendedBatch suspendedBatch, TimedObjectInvoker invoker, TimerSynchronizationFactory<I> synchronizationFactory) OOBTimer(TimerManager<I> 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 TimedObjectInvokerModifier and TypeMethodDescriptionTimedObjectInvokerFactory.createInvoker(EJBComponent component) Creates an invoker for the specified EJB componentManagedTimerService.getInvoker()Returns the invoker for the timed object associated with this timer service.ManagedTimerServiceConfiguration.getInvoker()An invoker for the EJB component associated with this timer service