Uses of Class
org.apache.activemq.management.JMSStatsImpl
-
Packages that use JMSStatsImpl Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of JMSStatsImpl in org.apache.activemq
Methods in org.apache.activemq with parameters of type JMSStatsImpl Modifier and Type Method Description protected ActiveMQConnection
ActiveMQConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)
protected ActiveMQConnection
ActiveMQXAConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)
protected ActiveMQConnection
ActiveMQXASslConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)
Constructors in org.apache.activemq with parameters of type JMSStatsImpl Constructor Description ActiveMQConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)
Construct anActiveMQConnection
ActiveMQXAConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)
-