Uses of Class
org.eclipse.jetty.deploy.DeploymentManager.AppEntry
Packages that use DeploymentManager.AppEntry
-
Uses of DeploymentManager.AppEntry in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy with type parameters of type DeploymentManager.AppEntryModifier and TypeFieldDescriptionprivate final Queue<DeploymentManager.AppEntry>
DeploymentManager._apps
Methods in org.eclipse.jetty.deploy that return DeploymentManager.AppEntryModifier and TypeMethodDescriptionprivate DeploymentManager.AppEntry
DeploymentManager.findAppByOriginId
(String originId) Methods in org.eclipse.jetty.deploy that return types with arguments of type DeploymentManager.AppEntryMethods in org.eclipse.jetty.deploy with parameters of type DeploymentManager.AppEntryModifier and TypeMethodDescriptionprivate void
DeploymentManager.requestAppGoal
(DeploymentManager.AppEntry appentry, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.