class TransactionHandler.TransactionInfo extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
finished |
(package private) String |
id |
(package private) Thread |
kicker |
(package private) Hashtable<String,String> |
knownObjectContexts |
(package private) long |
timeout |
(package private) String |
transactionContext |
(package private) TransactionHandler.UserTransactionInfo |
uti |
| Constructor and Description |
|---|
TransactionInfo(String t,
String timeout,
String id,
TransactionHandler.UserTransactionInfo uti) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
sleep untill the transaction times out.
|
void |
start()
start the TransactionInfo to sleep untill it may timeout
|
void |
stop()
stop the timeout sleep and cleanup this TransactionInfo
|
String |
toString() |
String transactionContext
long timeout
String id
Thread kicker
boolean finished
TransactionInfo(String t, String timeout, String id, TransactionHandler.UserTransactionInfo uti)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}