|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.runner.platform.builder.AbstractPlatformBuilderActivator
public abstract class AbstractPlatformBuilderActivator
Abstract bundle activator for platform builders.
Registers a platform builder that the extender will automatically create and register a platform based on
the registered builder.
Constructor Summary | |
---|---|
AbstractPlatformBuilderActivator()
|
Method Summary | |
---|---|
protected abstract PlatformBuilder[] |
createPlatformBuilders(org.osgi.framework.BundleContext bundleContext)
Platform builders factory method. |
void |
start(org.osgi.framework.BundleContext bundleContext)
|
void |
stop(org.osgi.framework.BundleContext bundleContext)
Performs cleanup: * Unregister the platform builder; * Release bundle context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPlatformBuilderActivator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
java.lang.Exception
BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
java.lang.Exception
BundleActivator.stop(org.osgi.framework.BundleContext)
protected abstract PlatformBuilder[] createPlatformBuilders(org.osgi.framework.BundleContext bundleContext)
bundleContext
- current bundle context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |