Interface StatsCapable
- All Known Implementing Classes:
ActiveMQConnection, ActiveMQConnectionFactory, ActiveMQMessageConsumer, ActiveMQMessageProducer, ActiveMQQueueReceiver, ActiveMQQueueSender, ActiveMQSession, ActiveMQSslConnectionFactory, ActiveMQTopicPublisher, ActiveMQTopicSubscriber, ActiveMQXAConnection, ActiveMQXAConnectionFactory, ActiveMQXASession, ActiveMQXASslConnectionFactory
public interface StatsCapable
Represents an object which is capable of providing some stats
-
Method Summary
-
Method Details
-
getStats
StatsImpl getStats()- Returns:
- the Stats for this object
-