public class ManagedComponent extends DefaultComponent
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,ContributionManager> | 
contributionManagers  | 
protected static org.apache.commons.logging.Log | 
log  | 
lastModified, name| Constructor and Description | 
|---|
ManagedComponent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(ComponentContext context)
Activates the component. 
 | 
void | 
deactivate(ComponentContext context)
Deactivates the component. 
 | 
void | 
registerContributionManager(String extensionPoint,
                           ContributionManager mgr)  | 
void | 
registerExtension(Extension extension)
Registers the given extension. 
 | 
void | 
unregisterExtension(Extension extension)
Unregisters the given extension. 
 | 
getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContributionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderprotected static final org.apache.commons.logging.Log log
protected Map<String,ContributionManager> contributionManagers
public ManagedComponent()
public void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextpublic void registerExtension(Extension extension)
ExtensibleregisterExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to registerpublic void unregisterExtension(Extension extension)
ExtensibleunregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregisterpublic void registerContributionManager(String extensionPoint, ContributionManager mgr)
Copyright © 2019 Nuxeo. All rights reserved.