org.jboss.dtf.testframework.coordinator2.runmanager
Class TestNodeTicket

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator2.runmanager.TestNodeTicket

public class TestNodeTicket
extends java.lang.Object


Constructor Summary
TestNodeTicket(TestNodeInterface node)
           
 
Method Summary
 TestNodeInterface getNode()
           
 TestNodeDescription getNodeDescription()
           
 boolean isInUse()
           
 void setInUse()
           
 void setNotInUse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNodeTicket

public TestNodeTicket(TestNodeInterface node)
Method Detail

getNodeDescription

public TestNodeDescription getNodeDescription()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNode

public TestNodeInterface getNode()

setInUse

public void setInUse()

setNotInUse

public void setNotInUse()

isInUse

public boolean isInUse()