C G I M O R S T

C

callTimeout(Timer, Method) - Method in interface org.jboss.ejb3.timerservice.spi.MultiTimeoutMethodTimedObjectInvoker
Responsible for invoking the timeout method 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.

I

isSingleton() - Method in interface org.jboss.ejb3.timerservice.spi.TimerServiceInvocationContext
Returns true if this TimerServiceInvocationContext represents an invocation on a TimerService belonging to a EJB3.1 singleton bean

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
Deprecated.  
restoreTimerService(TimerService, ClassLoader) - Method in interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory_2
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.
TimerServiceFactory_2 - Interface in org.jboss.ejb3.timerservice.spi
 
TimerServiceInvocationContext - Interface in org.jboss.ejb3.timerservice.spi
Represents a InvocationContext corresponding to a invocation on a TimerService

C G I M O R S T