Package org.eclipse.jetty.deploy
Class DeploymentManager.AppEntry
java.lang.Object
org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- Enclosing class:
DeploymentManager
Represents a single tracked app within the deployment manager.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()
int
(package private) void
setLifeCycleNode
(Node node)
-
Field Details
-
version
private int versionVersion of the app. Note: Auto-increments on eachDeploymentManager.addApp(App)
-
app
The app being tracked. -
lifecyleNode
The lifecycle node location of this App -
stateTimestamps
Tracking the various AppState timestamps (in system milliseconds)
-
-
Constructor Details
-
AppEntry
public AppEntry()
-
-
Method Details
-
getApp
-
getLifecyleNode
-
getStateTimestamps
-
getVersion
public int getVersion() -
setLifeCycleNode
-