org.apache.derby.jdbc
Class XATransactionState.CancelXATransactionTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.derby.jdbc.XATransactionState.CancelXATransactionTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
XATransactionState

private class XATransactionState.CancelXATransactionTask
extends java.util.TimerTask

The implementation of TimerTask to cancel a global transaction.


Constructor Summary
XATransactionState.CancelXATransactionTask()
          Creates the cancelation object to be passed to a timer.
 
Method Summary
 void run()
          Runs the cancel task of the global transaction
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XATransactionState.CancelXATransactionTask

public XATransactionState.CancelXATransactionTask()
Creates the cancelation object to be passed to a timer.

Method Detail

run

public void run()
Runs the cancel task of the global transaction

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.