Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class org.objectweb.jotm.TimerEvent
Uses in package org.objectweb.jotm
Methods with parameter type org.objectweb.jotm.TimerEvent
void
TimerManager
.
removeTimer
(
TimerEvent
te)
remove a timer from the list.
void
TransactionImpl
.
setTimer
(
TimerEvent
timer)
set a timer for the transaction
Methods with return type org.objectweb.jotm.TimerEvent
TimerEvent
TimerManager
.
addTimer
(
TimerEventListener
tel, long timeout, Object arg, boolean permanent)
add a new timer in the list
Overview
Package
Class
Use
Tree
Index
Deprecated
About