org.nees.data.test
Class NFMSTestThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.nees.data.test.NFMSTestThread
All Implemented Interfaces:
java.lang.Runnable

public class NFMSTestThread
extends java.lang.Thread

Author:
USER

Field Summary
static int counter
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
NFMSTestThread(FileManagementServiceInterface nfms, FileTestUtility ftu, XProperties xp, long sleepInterval)
          Creates a new instance of NFMSTestThread
 
Method Summary
protected  java.io.File getFile(LogicalName logicalName)
           
protected  XProperties getXP()
           
protected  LogicalName putFile(java.io.File f)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

counter

public static int counter
Constructor Detail

NFMSTestThread

public NFMSTestThread(FileManagementServiceInterface nfms,
                      FileTestUtility ftu,
                      XProperties xp,
                      long sleepInterval)
Creates a new instance of NFMSTestThread

Method Detail

run

public void run()

putFile

protected LogicalName putFile(java.io.File f)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getFile

protected java.io.File getFile(LogicalName logicalName)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getXP

protected XProperties getXP()