Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Method and Description |
---|---|
TimerEvent |
TimerManager.addTimer(TimerEventListener tel,
long timeout,
java.lang.Object arg,
boolean permanent)
add a new timer in the list
|
Modifier and Type | Method and Description |
---|---|
void |
TimerManager.removeTimer(TimerEvent te)
Deprecated.
|
void |
TransactionImpl.setTimer(TimerEvent timer)
set a timer for the transaction
|