|
|||||||||
| Home >> All >> org >> activemq >> [ management overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.management
Class JMSStatsImpl

java.lang.Objectorg.activemq.management.StatisticImpl
org.activemq.management.StatsImpl
org.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)
|
|||||||||
| Home >> All >> org >> activemq >> [ management overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC