1.0.0

Uses of Interface
org.eclipse.soda.dk.testcontroller.service.ControllerLocaterService

Packages that use ControllerLocaterService
org.eclipse.soda.dk.testmanager This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.service This package is part of the org.eclipse.soda.dk.testmanager project. 
 

Uses of ControllerLocaterService in org.eclipse.soda.dk.testmanager
 

Methods in org.eclipse.soda.dk.testmanager with parameters of type ControllerLocaterService
 void TestManager.addRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Sets the controller locater value.
 void TestManager.removeRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Remove remote controller locater with the specified remote controller locater parameter.
 void TestManager.setLocalControllerLocater(ControllerLocaterService localControllerLocater)
          Sets the local controller locater value.
 

Constructors in org.eclipse.soda.dk.testmanager with parameters of type ControllerLocaterService
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.
 

Uses of ControllerLocaterService in org.eclipse.soda.dk.testmanager.service
 

Methods in org.eclipse.soda.dk.testmanager.service with parameters of type ControllerLocaterService
 void TestManagerService.addRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Add remote controller locater with the specified remote controller locater parameter.
 void TestManagerService.removeRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Remove remote controller locater with the specified remote controller locater parameter.
 void TestManagerService.setLocalControllerLocater(ControllerLocaterService localControllerLocater)
          Sets the local controller locater value.
 


1.0.0

Copyright (c) 2007, 2009 IBM