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:
org.eclipse.jetty.deploy.AppProvider,BundleProvider,org.eclipse.jetty.util.component.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
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener -
Field Summary
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING -
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()protected voiddoStop()Methods 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
- Overrides:
doStartin classorg.eclipse.jetty.util.component.AbstractLifeCycle- Throws:
Exception
-
doStop
- Overrides:
doStopin classorg.eclipse.jetty.util.component.AbstractLifeCycle- Throws:
Exception
-
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
-