Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.model.RegistrationInfo

Packages that use RegistrationInfo
org.nuxeo.ecm.platform.management.adapters   
org.nuxeo.ecm.shell.commands.system   
org.nuxeo.ecm.webengine.admin.management This module provides a REST API for runtime managament. 
org.nuxeo.ecm.webengine.rendering   
org.nuxeo.runtime   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.remoting   
 

Uses of RegistrationInfo in org.nuxeo.ecm.platform.management.adapters
 

Constructors in org.nuxeo.ecm.platform.management.adapters with parameters of type RegistrationInfo
ComponentInventoryAdapter(RegistrationInfo info)
           
 

Uses of RegistrationInfo in org.nuxeo.ecm.shell.commands.system
 

Methods in org.nuxeo.ecm.shell.commands.system that return types with arguments of type RegistrationInfo
static java.util.List<RegistrationInfo> util.listRegistrationInfos()
           
 

Methods in org.nuxeo.ecm.shell.commands.system with parameters of type RegistrationInfo
static java.lang.String ServiceInfoCommand.show(RegistrationInfo ri, int verbosity)
           
 

Uses of RegistrationInfo in org.nuxeo.ecm.webengine.admin.management
 

Methods in org.nuxeo.ecm.webengine.admin.management with parameters of type RegistrationInfo
 java.lang.String ServerManagement.getComponentSummary(RegistrationInfo ri)
           
 

Constructors in org.nuxeo.ecm.webengine.admin.management with parameters of type RegistrationInfo
ComponentResource(RegistrationInfo ri)
           
ExtensionPointResource(RegistrationInfo ri, ExtensionPoint xp)
           
 

Uses of RegistrationInfo in org.nuxeo.ecm.webengine.rendering
 

Methods in org.nuxeo.ecm.webengine.rendering that return types with arguments of type RegistrationInfo
static java.util.Collection<RegistrationInfo> APIHelper.getComponents()
           
 

Uses of RegistrationInfo in org.nuxeo.runtime
 

Fields in org.nuxeo.runtime declared as RegistrationInfo
 RegistrationInfo ComponentEvent.registrationInfo
          The component this event relates to if any, null otherwise.
 

Constructors in org.nuxeo.runtime with parameters of type RegistrationInfo
ComponentEvent(int id, RegistrationInfo ri)
           
ComponentEvent(int id, RegistrationInfo ri, java.io.Serializable data)
           
 

Uses of RegistrationInfo in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return RegistrationInfo
 RegistrationInfo RuntimeContext.deploy(StreamRef ref)
          Same as RuntimeContext.deploy(URL) but using a StreamRef as argument.
 RegistrationInfo RuntimeContext.deploy(java.lang.String location)
          Deploys the component whose XML descriptor is at the given location.
 RegistrationInfo RuntimeContext.deploy(java.net.URL url)
          Deploys a component XML descriptor given its URL.
 RegistrationInfo ComponentManager.getRegistrationInfo(ComponentName name)
          Gets the component if there is one having the given name.
 

Methods in org.nuxeo.runtime.model that return types with arguments of type RegistrationInfo
 java.util.Collection<RegistrationInfo> ComponentManager.getRegistrations()
          Gets the registered components.
 

Methods in org.nuxeo.runtime.model with parameters of type RegistrationInfo
 void ComponentManager.register(RegistrationInfo ri)
          Handles the registration of the given registration info.
 void ComponentManager.unregister(RegistrationInfo ri)
          Handles the unregistration of the given registration info.
 

Uses of RegistrationInfo in org.nuxeo.runtime.model.impl
 

Classes in org.nuxeo.runtime.model.impl that implement RegistrationInfo
 class RegistrationInfoImpl
           
 

Fields in org.nuxeo.runtime.model.impl declared as RegistrationInfo
 RegistrationInfo ExtensionPointImpl.ri
           
 

Methods in org.nuxeo.runtime.model.impl that return RegistrationInfo
 RegistrationInfo DefaultRuntimeContext.deploy(StreamRef ref)
           
 RegistrationInfo DefaultRuntimeContext.deploy(java.lang.String location)
           
 RegistrationInfo DefaultRuntimeContext.deploy(java.net.URL url)
           
 RegistrationInfo ComponentManagerImpl.getRegistrationInfo(ComponentName name)
           
 

Methods in org.nuxeo.runtime.model.impl that return types with arguments of type RegistrationInfo
 java.util.Collection<RegistrationInfo> ComponentManagerImpl.getRegistrations()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfo
 java.lang.Object[] ExtensionPointImpl.loadContributions(RegistrationInfo owner, Extension extension)
           
 void ComponentManagerImpl.register(RegistrationInfo regInfo)
           
 void ComponentManagerImpl.unregister(RegistrationInfo regInfo)
           
 

Uses of RegistrationInfo in org.nuxeo.runtime.remoting
 

Methods in org.nuxeo.runtime.remoting that return RegistrationInfo
 RegistrationInfo RemoteContext.deploy(StreamRef ref)
           
 RegistrationInfo RemoteContext.deploy(java.lang.String location)
           
 RegistrationInfo RemoteContext.deploy(java.net.URL url)
           
 

Methods in org.nuxeo.runtime.remoting that return types with arguments of type RegistrationInfo
 java.util.Collection<RegistrationInfo> ServerImpl.getRegistrations()
           
 java.util.Collection<RegistrationInfo> Server.getRegistrations()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.