Uses of Interface
org.jboss.as.ejb3.timerservice.spi.TimedObjectInvoker
-
Packages that use TimedObjectInvoker Package Description org.jboss.as.ejb3.timerservice -
-
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 TimedObjectInvokerTimerServiceImpl. getInvoker()Returns theTimedObjectInvokerto which this timer service belongsTimedObjectInvokerTimedObjectInvokerImpl. getValue()Methods in org.jboss.as.ejb3.timerservice that return types with arguments of type TimedObjectInvoker Modifier and Type Method Description org.jboss.msc.value.InjectedValue<TimedObjectInvoker>TimerServiceImpl. getTimedObjectInvoker()
-