org.jboss.dtf.testframework.testnode
Class TestNodeDescription

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

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

See Also:
Serialized Form

Constructor Summary
TestNodeDescription(java.lang.String osId, RegistrationDaemon regDaemon)
           
 
Method Summary
 java.lang.String getOSID()
           
 ProductSupportInformation getProductSupportInformation()
           
 short getServiceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNodeDescription

public TestNodeDescription(java.lang.String osId,
                           RegistrationDaemon regDaemon)
Method Detail

getServiceId

public short getServiceId()

getOSID

public java.lang.String getOSID()

getProductSupportInformation

public ProductSupportInformation getProductSupportInformation()