Class Index | File Index

Classes


Class eclipse.Registry

The registry manages the set of available plugins.
Defined in: </shared/eclipse/e4/orion/I201101261045/plugins/org.eclipse.orion.client.core/static/js/registry.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
The registry manages the set of available plugins.
Method Summary
Method Attributes Method Name and Description
 
addEventListener(eventType, eventListener)
 
callService(serviceType, methodName, callback, params, instanceId)
 
 
getPlugin(pluginURL)
 
 
getService(serviceReference, loadedCallback)
 
getServiceReference(serviceTypeId)
 
installPlugin(pluginURL, pluginData)
 
loadPlugin(pluginURL, callback)
 
registerLocalService(serviceType, id, serviceImpl, properties)
 
 
stop()
 
ungetService(serviceReference)
 
uninstallPlugin(pluginURL)
Class Detail
eclipse.Registry()
The registry manages the set of available plugins.
Method Detail
addEventListener(eventType, eventListener)
Parameters:
eventType
eventListener

callService(serviceType, methodName, callback, params, instanceId)
Parameters:
serviceType
methodName
callback
params
instanceId

clear()

getPlugin(pluginURL)
Parameters:
pluginURL

getPlugins()

getService(serviceReference, loadedCallback)
Parameters:
serviceReference
loadedCallback

getServiceReference(serviceTypeId)
Parameters:
serviceTypeId

installPlugin(pluginURL, pluginData)
Parameters:
pluginURL
pluginData

loadPlugin(pluginURL, callback)
Parameters:
pluginURL
callback

registerLocalService(serviceType, id, serviceImpl, properties)
Parameters:
serviceType
id
serviceImpl
properties

start()

stop()

ungetService(serviceReference)
Parameters:
serviceReference

uninstallPlugin(pluginURL)
Parameters:
pluginURL

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 26 2011 10:46:59 GMT-0500 (EST)