Uses of Class
org.apache.activemq.util.IdGenerator

Packages that use IdGenerator
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.camel Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. 
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
protected  IdGenerator ActiveMQConnectionFactory.getClientIdGenerator()
           
 

Methods in org.apache.activemq with parameters of type IdGenerator
protected  void ActiveMQConnectionFactory.setClientIdGenerator(IdGenerator clientIdGenerator)
           
 

Constructors in org.apache.activemq with parameters of type IdGenerator
ActiveMQConnection(Transport transport, IdGenerator clientIdGenerator, JMSStatsImpl factoryStats)
          Construct an ActiveMQConnection
ActiveMQXAConnection(Transport transport, IdGenerator clientIdGenerator, JMSStatsImpl factoryStats)
           
 

Uses of IdGenerator in org.apache.activemq.camel
 

Constructors in org.apache.activemq.camel with parameters of type IdGenerator
CamelConnection(Transport transport, IdGenerator clientIdGenerator, JMSStatsImpl factoryStats)
           
 

Uses of IdGenerator in org.apache.activemq.network
 

Fields in org.apache.activemq.network declared as IdGenerator
protected  IdGenerator DemandForwardingBridgeSupport.idGenerator
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.