Nuxeo Enterprise Platform 5.4

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

Packages that use ComponentContext
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.deploy   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.model.persistence   
org.nuxeo.runtime.remoting   
org.nuxeo.runtime.services.deployment   
org.nuxeo.runtime.services.event   
org.nuxeo.runtime.services.resource   
org.nuxeo.runtime.services.streaming   
 

Uses of ComponentContext in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with parameters of type ComponentContext
 void ServiceManagement.activate(ComponentContext context)
           
 void ServiceManagement.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.api.login
 

Methods in org.nuxeo.runtime.api.login with parameters of type ComponentContext
 void LoginComponent.activate(ComponentContext context)
           
 void LoginComponent.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.deploy
 

Methods in org.nuxeo.runtime.deploy with parameters of type ComponentContext
 void ManagedComponent.activate(ComponentContext context)
           
 void ManagedComponent.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.model
 

Subinterfaces of ComponentContext in org.nuxeo.runtime.model
 interface ComponentInstance
          A component instance is a proxy to the component implementation object.
 

Methods in org.nuxeo.runtime.model with parameters of type ComponentContext
 void DefaultComponent.activate(ComponentContext context)
           
 void Component.activate(ComponentContext context)
          Activates the component.
 void DefaultComponent.applicationStarted(ComponentContext context)
           
 void Component.applicationStarted(ComponentContext context)
          Notify the component that Nuxeo Framework finished starting all Nuxeo bundles.
 void DefaultComponent.deactivate(ComponentContext context)
           
 void Component.deactivate(ComponentContext context)
          Deactivates the component.
 void ReloadableComponent.reload(ComponentContext context)
           
 void Reloadable.reload(ComponentContext context)
          Reload the component registries and services.
 

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

Classes in org.nuxeo.runtime.model.impl that implement ComponentContext
 class ComponentInstanceImpl
           
 

Uses of ComponentContext in org.nuxeo.runtime.model.persistence
 

Methods in org.nuxeo.runtime.model.persistence with parameters of type ComponentContext
 void ContributionPersistenceComponent.activate(ComponentContext context)
           
 void ContributionPersistenceComponent.applicationStarted(ComponentContext context)
           
 void ContributionPersistenceComponent.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.remoting
 

Classes in org.nuxeo.runtime.remoting that implement ComponentContext
 class RemoteComponentInstance
           
 

Methods in org.nuxeo.runtime.remoting with parameters of type ComponentContext
 void RemotingService.activate(ComponentContext context)
           
 void RemotingService.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.services.deployment
 

Methods in org.nuxeo.runtime.services.deployment with parameters of type ComponentContext
 void DeploymentService.activate(ComponentContext context)
           
 void DeploymentService.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.services.event
 

Methods in org.nuxeo.runtime.services.event with parameters of type ComponentContext
 void EventService.activate(ComponentContext context)
           
 void EventService.applicationStarted(ComponentContext context)
           
 void EventService.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.services.resource
 

Methods in org.nuxeo.runtime.services.resource with parameters of type ComponentContext
 void ResourceService.activate(ComponentContext context)
           
 void ResourceService.deactivate(ComponentContext context)
           
 

Uses of ComponentContext in org.nuxeo.runtime.services.streaming
 

Methods in org.nuxeo.runtime.services.streaming that return ComponentContext
 ComponentContext StreamingService.getContext()
           
 

Methods in org.nuxeo.runtime.services.streaming with parameters of type ComponentContext
 void StreamingService.activate(ComponentContext context)
           
 void StreamingService.deactivate(ComponentContext context)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.