org.jboss.dtf.testframework.testnode
Interface TaskIdInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TaskId

public interface TaskIdInterface
extends java.rmi.Remote


Field Summary
static short UNDEFINED_TEST_ID
           
static short UNKNOWN_SERVICE_ID
           
 
Method Summary
 TaskIdInterface copyTask()
           
 java.lang.String dumpInfo()
           
 java.lang.String getHashCode()
           
 short getServiceId()
           
 short getTaskId()
           
 short getTestId()
           
 TaskIdInterface incrementTaskId()
           
 boolean inSameTest(TaskIdInterface id)
           
 void setServiceId(short id)
           
 void setTaskId(short id)
           
 void setTestId(short id)
           
 

Field Detail

UNKNOWN_SERVICE_ID

static final short UNKNOWN_SERVICE_ID
See Also:
Constant Field Values

UNDEFINED_TEST_ID

static final short UNDEFINED_TEST_ID
See Also:
Constant Field Values
Method Detail

copyTask

TaskIdInterface copyTask()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

incrementTaskId

TaskIdInterface incrementTaskId()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTaskId

short getTaskId()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTaskId

void setTaskId(short id)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTestId

short getTestId()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setTestId

void setTestId(short id)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getServiceId

short getServiceId()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setServiceId

void setServiceId(short id)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

dumpInfo

java.lang.String dumpInfo()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getHashCode

java.lang.String getHashCode()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

inSameTest

boolean inSameTest(TaskIdInterface id)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException