edu.cmu.mse.vault.client
Class VaultFTBaseIClient

java.lang.Object
  extended byedu.cmu.mse.vault.client.VaultFTBaseIClient
All Implemented Interfaces:
java.lang.Runnable

public class VaultFTBaseIClient
extends java.lang.Object
implements java.lang.Runnable

Author:
Jinhee Lee TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static java.lang.String cfgFn
           
 
Constructor Summary
VaultFTBaseIClient()
           
 
Method Summary
 boolean loadSeqNum()
           
static void main(java.lang.String[] args)
           
 void run()
           
protected  void saveSeqNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cfgFn

public static final java.lang.String cfgFn
See Also:
Constant Field Values
Constructor Detail

VaultFTBaseIClient

public VaultFTBaseIClient()
Method Detail

loadSeqNum

public boolean loadSeqNum()

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)

saveSeqNum

protected void saveSeqNum()