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/I201404012230/bundles/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
 
 
setProperties(properties)
 
Class Detail
orion.serviceregistry.ServiceRegistration(serviceId, serviceReference, internalRegistry)
Creates a new service registration. This constructor is private and should only be called by the service registry.
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
getReference()

setProperties(properties)
Parameters:
properties

unregister()

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