Uses of Class
org.eclipse.jetty.deploy.DeploymentManager.AppEntry
-
Packages that use DeploymentManager.AppEntry Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Management -
-
Uses of DeploymentManager.AppEntry in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy with type parameters of type DeploymentManager.AppEntry Modifier and Type Field Description private java.util.Queue<DeploymentManager.AppEntry>
DeploymentManager. _apps
Methods in org.eclipse.jetty.deploy that return DeploymentManager.AppEntry Modifier and Type Method Description private DeploymentManager.AppEntry
DeploymentManager. findAppByOriginId(java.lang.String originId)
Methods in org.eclipse.jetty.deploy that return types with arguments of type DeploymentManager.AppEntry Modifier and Type Method Description java.util.Collection<DeploymentManager.AppEntry>
DeploymentManager. getAppEntries()
Methods in org.eclipse.jetty.deploy with parameters of type DeploymentManager.AppEntry Modifier and Type Method Description private void
DeploymentManager. requestAppGoal(DeploymentManager.AppEntry appentry, java.lang.String nodeName)
Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.
-