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| 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.
|
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, setLastModified, setModifiedNow, unregisterContributionprotected 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 © 2016 Nuxeo SA. All rights reserved.