public abstract class AbstractContextProvider extends AbstractLifeCycle implements AppProvider
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContextProvider.OSGiApp
BundleApp
|
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| Constructor and Description |
|---|
AbstractContextProvider(ServerInstanceWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
createContextHandler(App app) |
DeploymentManager |
getDeploymentManager() |
ServerInstanceWrapper |
getServerInstanceWrapper() |
void |
setDeploymentManager(DeploymentManager deploymentManager) |
addLifeCycleListener, doStart, doStop, 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 AbstractContextProvider(ServerInstanceWrapper wrapper)
public ServerInstanceWrapper getServerInstanceWrapper()
public ContextHandler createContextHandler(App app) throws java.lang.Exception
createContextHandler in interface AppProviderjava.lang.ExceptionAppProvider.createContextHandler(org.eclipse.jetty.deploy.App)public void setDeploymentManager(DeploymentManager deploymentManager)
setDeploymentManager in interface AppProviderpublic DeploymentManager getDeploymentManager()
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.