|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerServiceFactory
Creates an EJB TimerService for TimedObjectInvokers.
Method Summary | |
---|---|
javax.ejb.TimerService |
createTimerService(TimedObjectInvoker invoker)
Create an EJB TimerService for the given TimedObjectInvoker. |
void |
restoreTimerService(javax.ejb.TimerService timerService)
Restores the timers held by the specified timer service. |
void |
suspendTimerService(javax.ejb.TimerService timerService)
Suspends the timers held by the specified timer service. |
Method Detail |
---|
javax.ejb.TimerService createTimerService(TimedObjectInvoker invoker)
invoker
- the TimerObjectInvoker for which a TimerService must be created
NullPointerException
- if invoker is nullvoid restoreTimerService(javax.ejb.TimerService timerService)
timerService
- the timerService that should restore its timers
NullPointerException
- if timerService is nullvoid suspendTimerService(javax.ejb.TimerService timerService)
timerService
-
NullPointerException
- if timerService is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |