1.0.0

org.eclipse.soda.dk.testmanager.service
Interface TestManagerService

All Known Implementing Classes:
TestManager

public interface TestManagerService

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the service name (String) constant.
 
Method Summary
 void addRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Add remote controller locater with the specified remote controller locater parameter.
 DistributedTestSessionService createDistributedTestSession(TestSynchronizationService syncService, TestRunListenerService globalRunListener)
          Create distributed test session with the specified sync service and global run listener parameters and return the DistributedTestSessionService result.
 TestScriptService parse(java.io.Reader in)
          Parse with the specified in parameter and return the TestScriptService result.
 void removeRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
          Remove remote controller locater with the specified remote controller locater parameter.
 void setLocalControllerLocater(ControllerLocaterService localControllerLocater)
          Sets the local controller locater value.
 void setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
          the saxParserFactory to set
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the service name (String) constant.

Method Detail

addRemoteControllerLocater

void addRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
Add remote controller locater with the specified remote controller locater parameter.

Parameters:
remoteControllerLocater - The remote controller locater (ControllerLocaterService) parameter.
See Also:
removeRemoteControllerLocater(ControllerLocaterService)

createDistributedTestSession

DistributedTestSessionService createDistributedTestSession(TestSynchronizationService syncService,
                                                           TestRunListenerService globalRunListener)
Create distributed test session with the specified sync service and global run listener parameters and return the DistributedTestSessionService result.

Parameters:
syncService - The sync service (TestSynchronizationService) parameter.
globalRunListener - The global run listener (TestRunListenerService) parameter.
Returns:
Results of the create distributed test session (DistributedTestSessionService) value.

parse

TestScriptService parse(java.io.Reader in)
                        throws java.lang.Exception
Parse with the specified in parameter and return the TestScriptService result.

Parameters:
in - The in (Reader) parameter.
Returns:
Results of the parse (TestScriptService) value.
Throws:
java.lang.Exception - Exception.

removeRemoteControllerLocater

void removeRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
Remove remote controller locater with the specified remote controller locater parameter.

Parameters:
remoteControllerLocater - The remote controller locater (ControllerLocaterService) parameter.
See Also:
addRemoteControllerLocater(ControllerLocaterService)

setLocalControllerLocater

void setLocalControllerLocater(ControllerLocaterService localControllerLocater)
Sets the local controller locater value.

Parameters:
localControllerLocater - The local controller locater (ControllerLocaterService) parameter.

setSaxParserFactory

void setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
the saxParserFactory to set

Parameters:
saxParserFactory - The sax parser factory (SAXParserFactory) parameter.

1.0.0

Copyright (c) 2007, 2009 IBM