public class BundleWebAppProvider extends AbstractWebAppProvider implements BundleProvider
AbstractWebAppProvider.OSGiAppAbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener__defaultConfigurations_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| 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, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, 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 java.lang.Exception
doStart in class AbstractLifeCyclejava.lang.ExceptionAbstractLifeCycle.doStart()protected void doStop()
throws java.lang.Exception
doStop in class AbstractLifeCyclejava.lang.ExceptionAbstractLifeCycle.doStop()public boolean bundleAdded(org.osgi.framework.Bundle bundle)
throws java.lang.Exception
bundleAdded in interface BundleProviderbundle - java.lang.Exceptionpublic boolean bundleRemoved(org.osgi.framework.Bundle bundle)
throws java.lang.Exception
bundleRemoved in interface BundleProviderbundle - java.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.