org.jboss.dtf.testframework.coordinator
Class CoordinatorDescriptor

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator.CoordinatorDescriptor
All Implemented Interfaces:
java.io.Serializable

public class CoordinatorDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 RunUID _currentRunUID
           
 java.lang.String _loggingURL
           
 int _maxNumRetries
           
 java.lang.String _name
           
 int _numberOfTestManagers
           
 int _numQueuedTests
           
 java.lang.String _softwareVersion
           
 boolean _testInProgress
           
 
Constructor Summary
CoordinatorDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

public java.lang.String _name

_numberOfTestManagers

public int _numberOfTestManagers

_loggingURL

public java.lang.String _loggingURL

_maxNumRetries

public int _maxNumRetries

_testInProgress

public boolean _testInProgress

_softwareVersion

public java.lang.String _softwareVersion

_currentRunUID

public RunUID _currentRunUID

_numQueuedTests

public int _numQueuedTests
Constructor Detail

CoordinatorDescriptor

public CoordinatorDescriptor()