DeploymentManagerImpl
public interface DeploymentManager
Modifier and Type | Interface | Description |
---|---|---|
static class |
DeploymentManager.State |
Modifier and Type | Method | Description |
---|---|---|
void |
deploy() |
Perform the initial deployment.
|
Deployment |
getDeployment() |
|
DeploymentManager.State |
getState() |
|
io.undertow.server.HttpHandler |
start() |
Starts the container.
|
void |
stop() |
|
void |
undeploy() |
void deploy()
io.undertow.server.HttpHandler start() throws javax.servlet.ServletException
javax.servlet.ServletException
void stop() throws javax.servlet.ServletException
javax.servlet.ServletException
void undeploy()
DeploymentManager.State getState()
Deployment getDeployment()
Copyright © 2018. All rights reserved.