|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.automation.core.AbstractService
org.eclipse.hyades.automation.server.AbstractService
org.eclipse.hyades.automation.server.AbstractRelaunchableService
org.eclipse.hyades.test.core.services.AbstractAgentControllerVerificationService
The abstract agent controller verification service provides a base implementation of verifying that the agent controller is and and running One input property of 'connection' and one output property of 'verified', the 'verified' property is set to true if the agent controller is available and also the file system services file server is running The service identity is 'org.eclipse.hyades.test.core.verify'
| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.hyades.automation.core.Service |
|---|
org.eclipse.hyades.automation.core.Service.Discoverable, org.eclipse.hyades.automation.core.Service.Executable, org.eclipse.hyades.automation.core.Service.Requestable |
| Constructor Summary | |
|---|---|
protected |
AbstractAgentControllerVerificationService()
Default constructor invokes up hierarchy for any initialization required |
| Method Summary | |
|---|---|
protected void |
cleanup()
Cleanup after service executes |
java.lang.Object |
execute()
|
protected void |
handleThrowable(java.lang.Throwable t)
Default outputs throwable to standard console out |
protected java.lang.Object |
returnResult()
Derive result to return |
protected boolean |
verify(java.lang.String connection)
Verify the agent controller specified by the given connection specifier is up and running |
| Methods inherited from class org.eclipse.hyades.automation.server.AbstractRelaunchableService |
|---|
copy, reconstructCommandLine |
| Methods inherited from class org.eclipse.hyades.automation.server.AbstractService |
|---|
execute |
| Methods inherited from class org.eclipse.hyades.automation.core.AbstractService |
|---|
configure, configure, createMemento, getIdentifier, getProperties, getProperty, getProperty, getPublicProperties, getRoot, isQuiet, print, println, println, setMemento, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected AbstractAgentControllerVerificationService()
| Method Detail |
protected void cleanup()
public final java.lang.Object execute()
protected void handleThrowable(java.lang.Throwable t)
t - the throwable caught to be handledprotected java.lang.Object returnResult()
protected boolean verify(java.lang.String connection)
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||