Package org.eclipse.jetty.osgi.boot
Class BundleContextProvider
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.osgi.boot.AbstractContextProvider
org.eclipse.jetty.osgi.boot.BundleContextProvider
- All Implemented Interfaces:
AppProvider,BundleProvider,LifeCycle
BundleContextProvider
Handles deploying OSGi bundles that define a context xml file for configuring them.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.eclipse.jetty.osgi.boot.AbstractContextProvider
AbstractContextProvider.OSGiAppNested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener, AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbundleAdded(org.osgi.framework.Bundle bundle) booleanbundleRemoved(org.osgi.framework.Bundle bundle) Bundle has been removed.protected voiddoStart()Method to override to start the lifecycleprotected voiddoStop()Method to override to stop the lifecycleMethods inherited from class org.eclipse.jetty.osgi.boot.AbstractContextProvider
createContextHandler, getDeploymentManager, getServerInstanceWrapper, setDeploymentManagerMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
-
Constructor Details
-
BundleContextProvider
-
-
Method Details
-
doStart
Description copied from class:AbstractLifeCycleMethod to override to start the lifecycle- Overrides:
doStartin classAbstractLifeCycle- Throws:
AbstractLifeCycle.StopException- If thrown, the lifecycle will immediately be stopped.Exception- If there was a problem starting. Will cause a transition to FAILED state
-
doStop
Description copied from class:AbstractLifeCycleMethod to override to stop the lifecycle- Overrides:
doStopin classAbstractLifeCycle- Throws:
Exception- If there was a problem stopping. Will cause a transition to FAILED state
-
bundleAdded
- Specified by:
bundleAddedin interfaceBundleProvider- Throws:
Exception
-
bundleRemoved
Bundle has been removed. If it was a context we deployed, undeploy it.- Specified by:
bundleRemovedin interfaceBundleProvider- Parameters:
bundle- the bundle- Returns:
- true if this was a context we had deployed, false otherwise
- Throws:
Exception
-