|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestManagerService
| 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 |
|---|
static final java.lang.String SERVICE_NAME
| Method Detail |
|---|
void addRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
remoteControllerLocater - The remote controller locater (ControllerLocaterService) parameter.removeRemoteControllerLocater(ControllerLocaterService)
DistributedTestSessionService createDistributedTestSession(TestSynchronizationService syncService,
TestRunListenerService globalRunListener)
syncService - The sync service (TestSynchronizationService) parameter.globalRunListener - The global run listener (TestRunListenerService) parameter.
DistributedTestSessionService) value.
TestScriptService parse(java.io.Reader in)
throws java.lang.Exception
in - The in (Reader) parameter.
TestScriptService) value.
java.lang.Exception - Exception.void removeRemoteControllerLocater(ControllerLocaterService remoteControllerLocater)
remoteControllerLocater - The remote controller locater (ControllerLocaterService) parameter.addRemoteControllerLocater(ControllerLocaterService)void setLocalControllerLocater(ControllerLocaterService localControllerLocater)
localControllerLocater - The local controller locater (ControllerLocaterService) parameter.void setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
saxParserFactory - The sax parser factory (SAXParserFactory) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||