Class Index | File Index

Classes


Class orion.serviceregistry.ServiceRegistration

A reference to a registered service in the Orion service registry
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/serviceregistry.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.serviceregistry.ServiceRegistration(serviceId, serviceReference, internalRegistry)
Creates a new service registration
Method Summary
Method Attributes Method Name and Description
 
dispatchEvent(eventName)
Dispatches an event to this service.
 
Returns a reference to this registered service.
 
Unregister this service registration.
Class Detail
orion.serviceregistry.ServiceRegistration(serviceId, serviceReference, internalRegistry)
Creates a new service registration
Parameters:
{String} serviceId
The symbolic id of this service
{String} serviceReference
A reference to the service
{Object} internalRegistry
A JSON object containing the service's declarative properties
Method Detail
dispatchEvent(eventName)
Dispatches an event to this service.
Parameters:
{String} eventName
The name of the service event

getServiceReference()
Returns a reference to this registered service.

unregister()
Unregister this service registration.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:43 GMT-0400 (EDT)