Uses of Class
org.apache.activemq.util.IdGenerator
-
Packages that use IdGenerator Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.network Support for federated networks of brokers. -
-
Uses of IdGenerator in org.apache.activemq
Methods in org.apache.activemq that return IdGenerator Modifier and Type Method Description protected IdGenerator
ActiveMQConnectionFactory. getClientIdGenerator()
protected IdGenerator
ActiveMQConnectionFactory. getConnectionIdGenerator()
Methods in org.apache.activemq with parameters of type IdGenerator Modifier and Type Method Description protected void
ActiveMQConnectionFactory. setClientIdGenerator(IdGenerator clientIdGenerator)
protected void
ActiveMQConnectionFactory. setConnectionIdGenerator(IdGenerator connectionIdGenerator)
Constructors in org.apache.activemq with parameters of type IdGenerator Constructor Description ActiveMQConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)
Construct anActiveMQConnection
ActiveMQXAConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)
-
Uses of IdGenerator in org.apache.activemq.network
Fields in org.apache.activemq.network declared as IdGenerator Modifier and Type Field Description protected IdGenerator
DemandForwardingBridgeSupport. idGenerator
-