public class ExtensionBundleProcessor extends java.lang.Object implements BundleProcessor
IPOJO_EXTENSION header.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IPOJO_EXTENSION
iPOJO Extension declaration header.
|
| Constructor and Description |
|---|
ExtensionBundleProcessor(Log logger)
Creates the processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.Bundle bundle)
A bundle is starting.
|
void |
deactivate(org.osgi.framework.Bundle bundle)
A bundle is stopping.
|
void |
start()
iPOJO is starting.
|
void |
stop()
iPOJO is stopping.
|
public static final java.lang.String IPOJO_EXTENSION
public ExtensionBundleProcessor(Log logger)
logger - the loggerpublic void activate(org.osgi.framework.Bundle bundle)
activate in interface BundleProcessorbundle - the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
deactivate in interface BundleProcessorbundle - the bundlepublic void start()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.