C G M O R S T

C

callTimeout(Timer, String, String[]) - Method in interface org.jboss.ejb3.timerservice.spi.MultiTimeoutMethodTimedObjectInvoker
Responsible for invoking the timeout method represented by the passed timeoutMethodName and timeoutMethodParams, on the target object.
callTimeout(Timer) - Method in interface org.jboss.ejb3.timerservice.spi.TimedObjectInvoker
Invokes the ejbTimeout method on the TimedObject with the given id.
createTimerService(TimedObjectInvoker) - Method in interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory
Create an EJB TimerService for the given TimedObjectInvoker.

G

getTimedObjectId() - Method in interface org.jboss.ejb3.timerservice.spi.TimedObjectInvoker
The globally unique identifier for this timed object invoker.

M

MultiTimeoutMethodTimedObjectInvoker - Interface in org.jboss.ejb3.timerservice.spi
A MultiTimeoutMethodTimedObjectInvoker can handle multiple timeout methods.

O

org.jboss.ejb3.timerservice.spi - package org.jboss.ejb3.timerservice.spi
 

R

restoreTimerService(TimerService) - Method in interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory
Restores the timers held by the specified timer service.

S

suspendTimerService(TimerService) - Method in interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory
Suspends the timers held by the specified timer service.

T

TimedObjectInvoker - Interface in org.jboss.ejb3.timerservice.spi
An implementation can invoke the ejbTimeout method on a TimedObject.
TimerServiceFactory - Interface in org.jboss.ejb3.timerservice.spi
Creates an EJB TimerService for TimedObjectInvokers.

C G M O R S T