Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<DeploymentManager.AppEntry> |
DeploymentManager._apps |
Modifier and Type | Method and Description |
---|---|
private DeploymentManager.AppEntry |
DeploymentManager.findAppByOriginId(java.lang.String originId) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DeploymentManager.AppEntry> |
DeploymentManager.getAppEntries() |
Modifier and Type | Method and Description |
---|---|
private void |
DeploymentManager.requestAppGoal(DeploymentManager.AppEntry appentry,
java.lang.String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |