Package org.apache.activemq.management
Interface StatsCapable
-
- All Known Implementing Classes:
ActiveMQConnection,ActiveMQConnectionFactory,ActiveMQConnectionFactory,ActiveMQMessageConsumer,ActiveMQMessageProducer,ActiveMQQueueReceiver,ActiveMQQueueSender,ActiveMQSession,ActiveMQSslConnectionFactory,ActiveMQTopicPublisher,ActiveMQTopicSubscriber,ActiveMQXAConnection,ActiveMQXAConnectionFactory,ActiveMQXAConnectionFactory,ActiveMQXASession,ActiveMQXASslConnectionFactory
public interface StatsCapableRepresents an object which is capable of providing some stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsImplgetStats()
-
-
-
Method Detail
-
getStats
StatsImpl getStats()
- Returns:
- the Stats for this object
-
-