Class orion.serviceregistry.Service
A concrete service in the Orion service registry
Defined in: </shared/eclipse/e4/orion/I201207231242/plugins/org.eclipse.orion.client.core/web/orion/serviceregistry.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.serviceregistry.Service(serviceId, implementation, internalRegistry)
Creates a new service instance.
|
Class Detail
orion.serviceregistry.Service(serviceId, implementation, internalRegistry)
Creates a new service instance.
- Parameters:
- {String} serviceId
- The symbolic id of this service
- {Object} implementation
- An object implementing the service contract
- {orion.serviceregistry.ServiceRegistry} internalRegistry
- A JSON object containing the service's declarative properties