TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.automation.core
Interface Service.Requestable

All Known Subinterfaces:
AutomationClient
All Known Implementing Classes:
AutomationClient.Default
Enclosing interface:
Service

public static interface Service.Requestable

The nested requestable interface, to request a service to command


Method Summary
 Service request(java.lang.String identifier)
          Requests a service to command
 

Method Detail

request

Service request(java.lang.String identifier)
Requests a service to command

Parameters:
identifier - the identifier to identify the service uniquely
Returns:
returns the service interface

TPTP 4.5.0 Platform Project
Public API Specification