Class Index | File Index

Classes


Class orion.cm.ManagedService

Interface for a service that needs configuration data.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.core/web/orion/config.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
A ManagedService is a service that needs configuration properties from a orion.cm.ConfigurationAdmin.
Field Summary
Field Attributes Field Name and Description
 
Invoked after a Configuration has been updated.
Class Detail
orion.cm.ManagedService()
A ManagedService is a service that needs configuration properties from a orion.cm.ConfigurationAdmin.

A ManagedService is registered with the Service Registry using the service name 'orion.cm.managedservice'. The ManagedService's service properties must contain a pid property giving a unique identifier called a PID.

When a change occurs to a Configuration object corresponding to the PID, the service's #updated method is called with the configuration's properties.

Field Detail
updated
Invoked after a Configuration has been updated.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:22 GMT-0400 (EDT)