Package | Description |
---|---|
org.eclipse.jetty.cdi.servlet | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.bindings |
Jetty Deploy : Standard Deployment Bindings
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
Modifier and Type | Method and Description |
---|---|
void |
WeldDeploymentBinding.processBinding(Node node,
App app)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private App |
DeploymentManager.AppEntry.app
The app being tracked.
|
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 |
StandardUndeployer.processBinding(Node node,
App app) |
void |
StandardStopper.processBinding(Node node,
App app) |
void |
StandardStarter.processBinding(Node node,
App app) |
void |
StandardDeployer.processBinding(Node node,
App app) |
void |
OrderedGroupBinding.processBinding(Node node,
App app) |
void |
GlobalWebappConfigBinding.processBinding(Node node,
App app) |
void |
DebugListenerBinding.processBinding(Node node,
App app) |
void |
DebugBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DeploymentManagerMBean.toRef(App app) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,App> |
ScanningAppProvider._appMap |
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) |