org.rhq.modules.plugins.jbossas7
Class PluginStats
java.lang.Object
org.rhq.modules.plugins.jbossas7.PluginStats
public class PluginStats
- extends Object
Singleton that keeps track of some statistics of this plugin
- Author:
- Heiko W. Rupp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PluginStats getInstance()
incrementRequestCount
public void incrementRequestCount()
addRequestTime
public void addRequestTime(long l)
getRequestCount
public long getRequestCount()
getRequestTime
public long getRequestTime()
getMaxTime
public long getMaxTime()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.