|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.DistributedTestSession
public class DistributedTestSession
| Constructor Summary | |
|---|---|
DistributedTestSession(ControllerLocaterService localControllerLocater,
java.util.List remoteControllerLocaters,
TestSynchronizationService syncService,
TestRunListenerService globalRunListener)
Constructs an instance of this class from the specified local controller locater, remote controller locaters, sync service and global run listener parameters. |
|
| Method Summary | |
|---|---|
void |
close()
Close. |
TestSessionService |
getTestSession(java.lang.String controllerId)
Get test session with the specified controller id parameter and return the TestSessionService result. |
void |
interrupt()
Interrupt. |
boolean |
isInterrupted()
Gets the interrupted (boolean) value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributedTestSession(ControllerLocaterService localControllerLocater,
java.util.List remoteControllerLocaters,
TestSynchronizationService syncService,
TestRunListenerService globalRunListener)
localControllerLocater - The local controller locater (ControllerLocaterService) parameter.remoteControllerLocaters - The remote controller locaters (List) parameter.syncService - The sync service (TestSynchronizationService) parameter.globalRunListener - The global run listener (TestRunListenerService) parameter.| Method Detail |
|---|
public void close()
close in interface DistributedTestSessionService
public TestSessionService getTestSession(java.lang.String controllerId)
throws java.io.IOException
getTestSession in interface DistributedTestSessionServicecontrollerId - The controller ID (String) parameter.
TestSessionService) value.
java.io.IOException - IOException.DistributedTestSession(ControllerLocaterService,List,TestSynchronizationService,TestRunListenerService)public void interrupt()
interrupt in interface DistributedTestSessionServicepublic boolean isInterrupted()
isInterrupted in interface DistributedTestSessionServiceboolean) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||