Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Class and Description |
---|---|
class |
ControlImpl
Implementation of the object that represents a transaction.
|
class |
TransactionImpl
TransactionImpl is the implementation of the Transaction interface,
defined in JTA specifications.
|
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
|
Constructor and Description |
---|
TimerEvent(TimerEventListener l,
long timeout,
java.lang.Object a,
boolean p)
Constructor
|