1.0.0

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

Packages that use TestSessionService
org.eclipse.soda.dk.testcontroller This package is part of the org.eclipse.soda.dk.testcontroller project. 
org.eclipse.soda.dk.testcontroller.service This package is part of the org.eclipse.soda.dk.testcontroller project. 
org.eclipse.soda.dk.testmanager This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.action 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 TestSessionService in org.eclipse.soda.dk.testcontroller
 

Classes in org.eclipse.soda.dk.testcontroller that implement TestSessionService
 class TestSession
           
 

Methods in org.eclipse.soda.dk.testcontroller that return TestSessionService
 TestSessionService TestController.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 

Uses of TestSessionService in org.eclipse.soda.dk.testcontroller.service
 

Methods in org.eclipse.soda.dk.testcontroller.service that return TestSessionService
 TestSessionService TestControllerService.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 

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

Methods in org.eclipse.soda.dk.testmanager that return TestSessionService
 TestSessionService DistributedTestSession.getTestSession(java.lang.String controllerId)
          Get test session with the specified controller id parameter and return the TestSessionService result.
 

Uses of TestSessionService in org.eclipse.soda.dk.testmanager.action
 

Methods in org.eclipse.soda.dk.testmanager.action that return TestSessionService
protected  TestSessionService TestAction.getTestSession(TestScriptService testScript, java.lang.String controllerId)
          Get test session with the specified test script and controller id parameters and return the TestSessionService result.
protected  TestSessionService ConfigurationAction.getTestSession(TestScriptService testScript, java.lang.String controllerId)
          Get test session with the specified test script and controller id parameters and return the TestSessionService result.
 

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

Methods in org.eclipse.soda.dk.testmanager.service that return TestSessionService
 TestSessionService DistributedTestSessionService.getTestSession(java.lang.String controllerId)
          Get test session with the specified controller id parameter and return the TestSessionService result.
 


1.0.0

Copyright (c) 2007, 2009 IBM