Ontimize 5.2072EN

com.ontimize.db.test
Class OperationPerformer

java.lang.Object
  extended bycom.ontimize.db.test.OperationPerformer

public class OperationPerformer
extends java.lang.Object


Nested Class Summary
protected  class OperationPerformer.OperationThread
           
 
Field Summary
protected  EntityReferenceLocator locator
           
protected  java.util.Vector operations
           
protected  javax.swing.JFrame resultFrame
           
protected  java.lang.StringBuffer results
           
protected  java.lang.Thread resultsThread
           
protected  javax.swing.JTextArea textArea
           
protected  int threadNumber
           
protected  java.util.Vector threads
           
 
Constructor Summary
OperationPerformer(int nThreads, java.lang.String operationsFile, EntityReferenceLocator referenceLocator)
           
 
Method Summary
 void showResults()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operations

protected java.util.Vector operations

threadNumber

protected int threadNumber

locator

protected EntityReferenceLocator locator

resultsThread

protected java.lang.Thread resultsThread

threads

protected java.util.Vector threads

results

protected java.lang.StringBuffer results

resultFrame

protected javax.swing.JFrame resultFrame

textArea

protected javax.swing.JTextArea textArea
Constructor Detail

OperationPerformer

public OperationPerformer(int nThreads,
                          java.lang.String operationsFile,
                          EntityReferenceLocator referenceLocator)
                   throws java.lang.IllegalArgumentException
Method Detail

start

public void start()

showResults

public void showResults()

Ontimize