|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.startup.HostConfig.DeployedApplication
protected static class HostConfig.DeployedApplication
This class represents the state of a deployed application, as well as the monitored resources.
Field Summary | |
---|---|
String |
name
Application context path. |
LinkedHashMap<String,Long> |
redeployResources
Any modification of the specified (static) resources will cause a redeployment of the application. |
HashMap<String,Long> |
reloadResources
Any modification of the specified (static) resources will cause a reload of the application. |
long |
timestamp
Instant where the application was last put in service. |
Constructor Summary | |
---|---|
HostConfig.DeployedApplication(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 String name
public LinkedHashMap<String,Long> redeployResources
public HashMap<String,Long> reloadResources
public long timestamp
Constructor Detail |
---|
public HostConfig.DeployedApplication(String name)
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |