Package bitronix.tm.timer
Class TransactionTimeoutTask
java.lang.Object
bitronix.tm.timer.Task
bitronix.tm.timer.TransactionTimeoutTask
- All Implemented Interfaces:
Comparable<Task>
This task is used to mark a transaction as timed-out.
- Author:
- lorban
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionTimeoutTask(BitronixTransaction transaction, Date executionTime, TaskScheduler scheduler) -
Method Summary
Methods inherited from class bitronix.tm.timer.Task
compareTo, getExecutionTime, getTaskScheduler
-
Constructor Details
-
TransactionTimeoutTask
public TransactionTimeoutTask(BitronixTransaction transaction, Date executionTime, TaskScheduler scheduler)
-
-
Method Details