public class ServiceWebAppProvider extends AbstractWebAppProvider implements ServiceProvider
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceWebAppProvider.ServiceApp
ServiceApp
|
AbstractWebAppProvider.OSGiAppAbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener__defaultConfigurations| Constructor and Description |
|---|
ServiceWebAppProvider(ServerInstanceWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
boolean |
serviceAdded(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context)
A webapp that was deployed as an osgi service has been added,
and we want to deploy it.
|
boolean |
serviceRemoved(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context) |
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 ServiceWebAppProvider(ServerInstanceWrapper wrapper)
wrapper - public boolean serviceAdded(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context)
serviceAdded in interface ServiceProvidercontext - the webapppublic boolean serviceRemoved(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context)
serviceRemoved in interface ServiceProvidercontext - the webappprotected void doStart()
throws Exception
doStart in class AbstractLifeCycleExceptionAbstractLifeCycle.doStart()protected void doStop()
throws Exception
doStop in class AbstractLifeCycleExceptionAbstractLifeCycle.doStop()Copyright © 1995-2015 Webtide. All Rights Reserved.