org.jboss.dtf.testframework.testnode
Interface TaskIdInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TaskId
public interface TaskIdInterface
- extends java.rmi.Remote
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
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