bitronix.tm.timer
Class TransactionTimeoutTask
java.lang.Object
bitronix.tm.timer.Task
bitronix.tm.timer.TransactionTimeoutTask
- All Implemented Interfaces:
- java.lang.Comparable<Task>
public class TransactionTimeoutTask
- extends Task
This task is used to mark a transaction as timed-out.
- Author:
- lorban
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionTimeoutTask
public TransactionTimeoutTask(BitronixTransaction transaction,
java.util.Date executionTime,
TaskScheduler scheduler)
getObject
public java.lang.Object getObject()
- Specified by:
getObject in class Task
execute
public void execute()
throws TaskException
- Specified by:
execute in class Task
- Throws:
TaskException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2006-2018 Bitronix Software. All Rights Reserved.