ftex.client
Class Client

java.lang.Object
  extended byjava.util.TimerTask
      extended byftex.client.Client
All Implemented Interfaces:
java.lang.Runnable

public class Client
extends java.util.TimerTask


Method Summary
 int getOffset()
           
 java.lang.String getTransactionID()
           
 void run()
           
 void setOffset(int o)
           
 
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
 

Method Detail

getOffset

public int getOffset()

setOffset

public void setOffset(int o)

run

public void run()

getTransactionID

public java.lang.String getTransactionID()