org.jboss.ejb3.metrics.deployer
Class ManagedMetricsWrapperBase

java.lang.Object
  extended by org.jboss.ejb3.metrics.deployer.ManagedMetricsWrapperBase
Direct Known Subclasses:
BasicMessageDrivenMetrics, ManagedSessionMetricsWrapperBase

public abstract class ManagedMetricsWrapperBase
extends java.lang.Object

ManagedMetricsWrapperBase Base class to to delegate to the underlying invocation stats, exposing management properties and operations.


Method Summary
 org.jboss.ejb3.statistics.InvocationStatistics getInvocationStats()
           
 long getInvocationStatsLastResetTime()
          Exposes the time, represented in milliseconds since the epoch, that the stats were last reset
 void resetInvocationStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInvocationStats

public org.jboss.ejb3.statistics.InvocationStatistics getInvocationStats()
Returns:
See Also:
InvocationStatistics.getStats()

resetInvocationStats

public void resetInvocationStats()
See Also:
InvocationStatistics.resetStats()

getInvocationStatsLastResetTime

public long getInvocationStatsLastResetTime()
Exposes the time, represented in milliseconds since the epoch, that the stats were last reset

Returns: