Uses of Class
org.apache.activemq.util.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in org.apache.activemq
Methods in org.apache.activemq that return IdGeneratorModifier and TypeMethodDescriptionprotected IdGeneratorActiveMQConnectionFactory.getClientIdGenerator()protected IdGeneratorActiveMQConnectionFactory.getConnectionIdGenerator()Methods in org.apache.activemq with parameters of type IdGeneratorModifier and TypeMethodDescriptionprotected voidActiveMQConnectionFactory.setClientIdGenerator(IdGenerator clientIdGenerator) protected voidActiveMQConnectionFactory.setConnectionIdGenerator(IdGenerator connectionIdGenerator) Constructors in org.apache.activemq with parameters of type IdGeneratorModifierConstructorDescriptionprotectedActiveMQConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats) Construct anActiveMQConnectionprotectedActiveMQXAConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)