org.glassfish.deployment.monitor
Class DeploymentLifecycleStatsProvider
java.lang.Object
org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
@AMXMetadata(type="deployment-mon",
group="monitoring")
@ManagedObject
@Description(value="Deployment Module Statistics")
public class DeploymentLifecycleStatsProvider- extends Object
Provider statistics for deployment lifecycle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentLifecycleStatsProvider
public DeploymentLifecycleStatsProvider()
getActiveApplicationsDeployed
@ManagedAttribute(id="activeapplicationsdeployedcount")
@Description(value="Number of applications deployed")
public org.glassfish.external.statistics.RangeStatistic getActiveApplicationsDeployed()
getTotalApplicationsDeployed
@ManagedAttribute(id="totalapplicationsdeployedcount")
@Description(value="Total number of applications ever deployed")
public org.glassfish.external.statistics.CountStatistic getTotalApplicationsDeployed()
getApplicationsInfo
@ManagedAttribute(id="applicationsinfo")
@Description(value="Information about deployed applications")
public org.glassfish.external.statistics.StringStatistic getApplicationsInfo()
applicationDeployedEvent
public void applicationDeployedEvent(String appName,
String appType,
String loadTime)
applicationUndeployedEvent
public void applicationUndeployedEvent(String appName,
String appType)
Copyright © 2012 GlassFish Community. All Rights Reserved.