TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.tools.core.services
Class AgentControllerVerificationService

java.lang.Object
  extended byorg.eclipse.hyades.automation.core.AbstractService
      extended byorg.eclipse.hyades.automation.server.AbstractService
          extended byorg.eclipse.hyades.automation.server.AbstractRelaunchableService
              extended byorg.eclipse.hyades.test.core.services.AbstractAgentControllerVerificationService
                  extended byorg.eclipse.hyades.test.tools.core.services.AgentControllerVerificationService
All Implemented Interfaces:
java.io.Serializable, org.eclipse.hyades.automation.core.Service

public class AgentControllerVerificationService
extends AbstractAgentControllerVerificationService

Agent controller verification service, refer to base class for definition. 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'

See Also:
Serialized Form

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
AgentControllerVerificationService()
          Default constructor invokes up hierarchy for any initialization required
 
Methods inherited from class org.eclipse.hyades.test.core.services.AbstractAgentControllerVerificationService
cleanup, execute, handleThrowable, returnResult, verify
 
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

AgentControllerVerificationService

public AgentControllerVerificationService()
Default constructor invokes up hierarchy for any initialization required


TPTP 4.2.0 Testing Tools Project
Public API Specification