|
TPTP 4.1.0 Platform 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
Abstract class for published services, service implementations will extend from this class, either directly or indirectly through additional value-added abstract service related classes (such as the ones referred to below in the reference section)
AbstractRelaunchableService,
AbstractWorkspaceSensitiveService,
Serialized Form| Nested Class Summary |
|---|
| Nested classes inherited from class org.eclipse.hyades.automation.core.Service |
|---|
Service.Discoverable, Service.Executable, Service.Requestable |
| Constructor Summary | |
|---|---|
AbstractService()
Default constructor invokes up hierarchy for any initialization required |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(ProgressiveTask.Synchronicity synchronicity)
Execute the service |
| Methods inherited from class org.eclipse.hyades.automation.core.AbstractService |
|---|
configure, createMemento, getIdentifier, getProperties, getProperty, getProperty, getRoot, setMemento |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.automation.core.Service |
|---|
execute |
| Constructor Detail |
public AbstractService()
| Method Detail |
public java.lang.Object execute(ProgressiveTask.Synchronicity synchronicity)
Service
synchronicity - specifies if this calls blocks or not
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||