Package | Description |
---|---|
org.eclipse.jetty.deploy | |
org.eclipse.jetty.deploy.bindings | |
org.eclipse.jetty.deploy.providers | |
org.eclipse.jetty.overlays |
Modifier and Type | Method and Description |
---|---|
App |
DeploymentManager.AppEntry.getApp() |
App |
DeploymentManager.getAppByOriginId(java.lang.String originId) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<App> |
DeploymentManager.getApps() |
java.util.Collection<App> |
DeploymentManager.getApps(Node node)
|
java.util.Collection<App> |
DeploymentManager.getApps(java.lang.String nodeName) |
java.util.List<App> |
DeploymentManager.getAppsWithSameContext(App app) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.addApp(App app)
Receive an app for processing.
|
ContextHandler |
AppProvider.createContextHandler(App app)
Create a ContextHandler for an App
|
java.util.List<App> |
DeploymentManager.getAppsWithSameContext(App app) |
void |
AppLifeCycle.Binding.processBinding(Node node,
App app)
Event called to process a
AppLifeCycle binding. |
void |
DeploymentManager.removeApp(App app)
Remove the app from the tracking of the DeploymentManager
|
void |
DeploymentManager.requestAppGoal(App app,
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. |
void |
AppLifeCycle.runBindings(Node node,
App app,
DeploymentManager deploymentManager) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalWebappConfigBinding.processBinding(Node node,
App app) |
void |
StandardDeployer.processBinding(Node node,
App app) |
void |
StandardStopper.processBinding(Node node,
App app) |
void |
StandardUndeployer.processBinding(Node node,
App app) |
void |
OrderedGroupBinding.processBinding(Node node,
App app) |
void |
StandardStarter.processBinding(Node node,
App app) |
void |
DebugBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
protected App |
ScanningAppProvider.createApp(java.lang.String filename)
Called by the Scanner.DiscreteListener to create a new App object.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,App> |
ScanningAppProvider.getDeployedApps() |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
WebAppProvider.createContextHandler(App app) |
ContextHandler |
ContextProvider.createContextHandler(App app) |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
OverlayedAppProvider.createContextHandler(App app)
Create Context Handler.
|
Copyright © 2014. All Rights Reserved.