org.shiftone.ooc.factory.tx
Class TxTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.shiftone.ooc.factory.tx.TxTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class TxTimerTask
extends java.util.TimerTask


Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
TxTimerTask(Tx tx, int txId)
           
 
Method Summary
 void run()
           
 
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

TxTimerTask

public TxTimerTask(Tx tx,
                   int txId)
Method Detail

run

public void run()