public class BundleWebAppProvider extends AbstractWebAppProvider implements BundleProvider
AbstractWebAppProvider.OSGiAppAbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.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, setTldBundlesaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic BundleWebAppProvider(ServerInstanceWrapper wrapper)
wrapper - protected void doStart()
throws Exception
doStart in class AbstractLifeCycleExceptionAbstractLifeCycle.doStart()protected void doStop()
throws Exception
doStop in class AbstractLifeCycleExceptionAbstractLifeCycle.doStop()public boolean bundleAdded(org.osgi.framework.Bundle bundle)
throws Exception
bundleAdded in interface BundleProviderbundle - Exceptionpublic boolean bundleRemoved(org.osgi.framework.Bundle bundle)
throws Exception
bundleRemoved in interface BundleProviderbundle - ExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.