Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.management
Class JMSStatsImpl  view JMSStatsImpl download JMSStatsImpl.java

java.lang.Object
  extended byorg.activemq.management.StatisticImpl
      extended byorg.activemq.management.StatsImpl
          extended byorg.activemq.management.JMSStatsImpl
All Implemented Interfaces:
Resettable, javax.management.j2ee.statistics.Statistic, javax.management.j2ee.statistics.Stats

public class JMSStatsImpl
extends StatsImpl

Statistics for a number of JMS connections

Version:
$Revision: 1.1.1.1 $

Field Summary
private  java.util.List connections
           
 
Fields inherited from class org.activemq.management.StatsImpl
 
Fields inherited from class org.activemq.management.StatisticImpl
 
Constructor Summary
JMSStatsImpl()
           
 
Method Summary
 void addConnection(org.activemq.ActiveMQConnection connection)
           
 void dump(org.activemq.util.IndentPrinter out)
           
 JMSConnectionStatsImpl[] getConnections()
           
 void removeConnection(org.activemq.ActiveMQConnection connection)
           
 
Methods inherited from class org.activemq.management.StatsImpl
addStatistic, getStatistic, getStatisticNames, getStatistics, reset
 
Methods inherited from class org.activemq.management.StatisticImpl
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, toString, updateSampleTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connections

private java.util.List connections
Constructor Detail

JMSStatsImpl

public JMSStatsImpl()
Method Detail

getConnections

public JMSConnectionStatsImpl[] getConnections()

addConnection

public void addConnection(org.activemq.ActiveMQConnection connection)

removeConnection

public void removeConnection(org.activemq.ActiveMQConnection connection)

dump

public void dump(org.activemq.util.IndentPrinter out)