public class TestRealTimeClient extends java.rmi.server.UnicastRemoteObject implements TestRealTimeClientRemote
| Constructor and Description |
|---|
TestRealTimeClient(java.util.List tgList,
java.util.List listenersList) |
| Modifier and Type | Method and Description |
|---|---|
void |
endReporting(java.lang.String suiteId) |
void |
reportResult(UnitTestResult utr) |
void |
startReporting(java.lang.String suiteId) |
clone, exportObject, exportObject, exportObject, unexportObjectpublic TestRealTimeClient(java.util.List tgList,
java.util.List listenersList)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void startReporting(java.lang.String suiteId)
startReporting in interface TestRealTimeClientRemotepublic void reportResult(UnitTestResult utr) throws java.rmi.RemoteException
reportResult in interface TestRealTimeClientRemotejava.rmi.RemoteExceptionpublic void endReporting(java.lang.String suiteId)
throws java.rmi.RemoteException
endReporting in interface TestRealTimeClientRemotejava.rmi.RemoteException