| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.startup.HostConfig.DeployedApplication
protected class HostConfig.DeployedApplication
This class represents the state of a deployed application, as well as the monitored resources.
| Field Summary | |
|---|---|
|  java.lang.String | nameApplication context path. | 
|  java.util.LinkedHashMap<java.lang.String,java.lang.Long> | redeployResourcesAny modification of the specified (static) resources will cause a redeployment of the application. | 
|  java.util.HashMap<java.lang.String,java.lang.Long> | reloadResourcesAny modification of the specified (static) resources will cause a reload of the application. | 
|  long | timestampInstant where the application was last put in service. | 
| Constructor Summary | |
|---|---|
| HostConfig.DeployedApplication(java.lang.String name) | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.lang.String name
public java.util.LinkedHashMap<java.lang.String,java.lang.Long> redeployResources
public java.util.HashMap<java.lang.String,java.lang.Long> reloadResources
public long timestamp
| Constructor Detail | 
|---|
public HostConfig.DeployedApplication(java.lang.String name)
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||