public interface AppProvider extends LifeCycle
App
s to the DeploymentManager
LifeCycle.Listener
Modifier and Type | Method and Description |
---|---|
ContextHandler |
createContextHandler(App app)
Create a ContextHandler for an App
|
void |
setDeploymentManager(DeploymentManager deploymentManager)
Set the Deployment Manager
|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stop
void setDeploymentManager(DeploymentManager deploymentManager)
deploymentManager
- the deployment managerjava.lang.IllegalStateException
- if the provider LifeCycle.isRunning()
.ContextHandler createContextHandler(App app) throws java.lang.Exception
app
- The Appjava.io.IOException
- if unable to create contextjava.lang.Exception
- if unable to create contextCopyright © 1995–2023 Webtide. All rights reserved.