org.jboss.dtf.testframework.testnode
Class RunUID

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

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

This class is used to reference a particular test run. It is simply a wrapper class for a long member variable.

See Also:
Serialized Form

Constructor Summary
RunUID(long runUID)
          Creates a RunUID with the given id.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getUID()
          Returns the unique identifier for this test run.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunUID

public RunUID(long runUID)
Creates a RunUID with the given id.

Parameters:
runUID - the UID to be given to this run
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getUID

public final long getUID()
Returns the unique identifier for this test run.