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._appsMethods in org.eclipse.jetty.deploy that return DeploymentManager.AppEntryModifier and TypeMethodDescriptionprivate DeploymentManager.AppEntryDeploymentManager.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 voidDeploymentManager.requestAppGoal(DeploymentManager.AppEntry appentry, String nodeName) Move anAppthrough theAppLifeCycleto the desiredNode, executing each lifecycle step in the process to reach the desired state.