org.opends.testqa.monitoringclient
Class DatasOutputFile

java.lang.Object
  extended by java.lang.Thread
      extended by org.opends.testqa.monitoringclient.DatasOutputFile
All Implemented Interfaces:
java.lang.Runnable

public class DatasOutputFile
extends java.lang.Thread

Consumer who save the datas in a file.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
DatasOutputFile(MonitoringClient client, java.lang.String datasFileName)
          Contructs a DataOutputFile thread whith the specified values.
 
Method Summary
 void run()
          Retrieve the datas, format its and save its in a file.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Constructor Detail

DatasOutputFile

public DatasOutputFile(MonitoringClient client,
                       java.lang.String datasFileName)
Contructs a DataOutputFile thread whith the specified values.

Parameters:
client - The main class of the client.
datasFileName - The name of the datas file.
Method Detail

run

public void run()
Retrieve the datas, format its and save its in a file.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread