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 StatsCapable
Represents an object which is capable of providing some stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsImpl
getStats()
-
-
-
Method Detail
-
getStats
StatsImpl getStats()
- Returns:
- the Stats for this object
-
-