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, unregisterContribution
protected static final org.apache.commons.logging.Log log
protected Map<String,ContributionManager> contributionManagers
public ManagedComponent()
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerExtension(Extension extension)
Extensible
registerExtension
in interface Extensible
registerExtension
in class DefaultComponent
extension
- the extension to registerpublic void unregisterExtension(Extension extension)
Extensible
unregisterExtension
in interface Extensible
unregisterExtension
in class DefaultComponent
extension
- the extension to unregisterpublic void registerContributionManager(String extensionPoint, ContributionManager mgr)
Copyright © 2016 Nuxeo SA. All rights reserved.