Uses of Class
org.eclipse.jetty.deploy.App
Packages that use App
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
-
Uses of App in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as AppModifier and TypeFieldDescriptionprivate AppDeploymentManager.AppEntry.appThe app being tracked.Methods in org.eclipse.jetty.deploy that return AppModifier and TypeMethodDescriptionDeploymentManager.AppEntry.getApp()DeploymentManager.getAppByOriginId(String originId) Methods in org.eclipse.jetty.deploy that return types with arguments of type AppModifier and TypeMethodDescriptionDeploymentManager.getApps()DeploymentManager.getAppsWithSameContext(App app) Methods in org.eclipse.jetty.deploy with parameters of type AppModifier and TypeMethodDescriptionvoidReceive an app for processing.AppProvider.createContextHandler(App app) Create a ContextHandler for an AppDeploymentManager.getAppsWithSameContext(App app) voidAppLifeCycle.Binding.processBinding(Node node, App app) Event called to process aAppLifeCyclebinding.voidRemove the app from the tracking of the DeploymentManagervoidDeploymentManager.requestAppGoal(App app, String nodeName) Move anAppthrough theAppLifeCycleto the desiredNode, executing each lifecycle step in the process to reach the desired state.voidAppLifeCycle.runBindings(Node node, App app, DeploymentManager deploymentManager) -
Uses of App in org.eclipse.jetty.deploy.bindings
Methods in org.eclipse.jetty.deploy.bindings with parameters of type AppModifier and TypeMethodDescriptionvoidDebugBinding.processBinding(Node node, App app) voidDebugListenerBinding.processBinding(Node node, App app) voidGlobalWebappConfigBinding.processBinding(Node node, App app) voidOrderedGroupBinding.processBinding(Node node, App app) voidStandardDeployer.processBinding(Node node, App app) voidStandardStarter.processBinding(Node node, App app) voidStandardStopper.processBinding(Node node, App app) voidStandardUndeployer.processBinding(Node node, App app) -
Uses of App in org.eclipse.jetty.deploy.jmx
Methods in org.eclipse.jetty.deploy.jmx with parameters of type App -
Uses of App in org.eclipse.jetty.deploy.providers
Fields in org.eclipse.jetty.deploy.providers with type parameters of type AppMethods in org.eclipse.jetty.deploy.providers that return AppModifier and TypeMethodDescriptionprotected AppCalled by the Scanner.DiscreteListener to create a new App object.Methods in org.eclipse.jetty.deploy.providers that return types with arguments of type AppMethods in org.eclipse.jetty.deploy.providers with parameters of type App