protected static class HostConfig.DeployedApplication extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
HostConfig.DeployedApplication(String name) |
public String name
public LinkedHashMap<String,Long> redeployResources
public HashMap<String,Long> reloadResources
public long timestamp
public HostConfig.DeployedApplication(String name)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.