public class SampleServiceImpl extends DefaultComponent implements SampleService
lastModified| Constructor and Description |
|---|
SampleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Component activated notification.
|
void |
applicationStarted(ComponentContext context)
Application started notification.
|
void |
deactivate(ComponentContext context)
Component deactivated notification.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationStartedOrderpublic SampleServiceImpl()
public void activate(ComponentContext context)
activate in interface Componentactivate in class DefaultComponentcontext - the component context.public void deactivate(ComponentContext context)
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the component context.public void applicationStarted(ComponentContext context)
applicationStarted in interface Componentcontext - the component context. Use it to get the current bundle contextExceptionpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentCopyright © 2018 Nuxeo. All rights reserved.