public class BundleWebAppProvider extends AbstractWebAppProvider implements BundleProvider
AbstractWebAppProvider.OSGiApp
AbstractLifeCycle.AbstractLifeCycleListener
LifeCycle.Listener
__defaultConfigurations
Constructor and Description |
---|
BundleWebAppProvider(ServerInstanceWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
bundleAdded(org.osgi.framework.Bundle bundle)
A bundle has been added that could be a webapp
|
boolean |
bundleRemoved(org.osgi.framework.Bundle bundle)
Bundle has been removed.
|
protected void |
doStart() |
protected void |
doStop() |
createContextHandler, getConfigurationClasses, getDefaultConfigurations, getDefaultsDescriptor, getDeploymentManager, getOriginId, getServerInstanceWrapper, getTldBundles, isExtract, isParentLoaderPriority, setConfigurationClasses, setDefaultConfigurations, setDefaultsDescriptor, setDeploymentManager, setExtract, setParentLoaderPriority, setServerInstanceWrapper, setTldBundles
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
public BundleWebAppProvider(ServerInstanceWrapper wrapper)
wrapper
- protected void doStart() throws Exception
doStart
in class AbstractLifeCycle
Exception
AbstractLifeCycle.doStart()
protected void doStop() throws Exception
doStop
in class AbstractLifeCycle
Exception
AbstractLifeCycle.doStop()
public boolean bundleAdded(org.osgi.framework.Bundle bundle) throws Exception
bundleAdded
in interface BundleProvider
bundle
- Exception
public boolean bundleRemoved(org.osgi.framework.Bundle bundle) throws Exception
bundleRemoved
in interface BundleProvider
bundle
- Exception
Copyright © 1995-2015 Webtide. All Rights Reserved.