TPTP 4.1.0 Platform Project
Public API Specification

Package org.eclipse.hyades.automation.core

Interface Summary
Service The service interface is a key abstraction in the automation framework, provides the central abstraction for constructing, defining and executing services.
Service.Discoverable The nested interface used to discover if this service exists and is runnable or not
Service.Executable The executable interface, used to execute services on both client and server
Service.Memento A marker interface to tag a memento and remark it as serializable
Service.Requestable The nested requestable interface, to request a service to command
 

Class Summary
AbstractService The abstract service class that all published services should extend from, classes must extend from this class in order to hydrate the dehydrated service state that is passed in to the automation server
 


TPTP 4.1.0 Platform Project
Public API Specification