org.eclipse.jetty.deploy
Class DeploymentManager.AppEntry

java.lang.Object
  extended by org.eclipse.jetty.deploy.DeploymentManager.AppEntry
Enclosing class:
DeploymentManager

public class DeploymentManager.AppEntry
extends Object

Represents a single tracked app within the deployment manager.


Constructor Summary
DeploymentManager.AppEntry()
           
 
Method Summary
 App getApp()
           
 Node getLifecyleNode()
           
 Map<Node,Long> getStateTimestamps()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentManager.AppEntry

public DeploymentManager.AppEntry()
Method Detail

getApp

public App getApp()

getLifecyleNode

public Node getLifecyleNode()

getStateTimestamps

public Map<Node,Long> getStateTimestamps()

getVersion

public int getVersion()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.