private Map<String, Map<String, String>> appsInfoMap =
new HashMap<String, Map<String, String>>();
public DeploymentLifecycleStatsProvider() {
long curTime = System.currentTimeMillis();
activeApplicationsDeployedCount = new RangeStatisticImpl(
0L, 0L, 0L, "ActiveApplicationsDeployed", StatisticImpl.UNIT_COUNT,
ACTIVE_APPLICATIONS_DEPLOYED_DESCRIPTION, curTime, curTime);
totalApplicationsDeployedCount = new CountStatisticImpl(
"TotalApplicationsDeployed", StatisticImpl.UNIT_COUNT,
TOTAL_APPLICATIONS_DEPLOYED_DESCRIPTION);