Uses of Class
org.apache.qpid.jms.util.IdGenerator
-
Packages that use IdGenerator Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes. -
-
Uses of IdGenerator in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return IdGenerator Modifier and Type Method Description protected IdGeneratorJmsConnectionFactory. getClientIdGenerator()protected IdGeneratorJmsConnectionFactory. getConnectionIdGenerator()Methods in org.apache.qpid.jms with parameters of type IdGenerator Modifier and Type Method Description protected voidJmsConnectionFactory. setClientIdGenerator(IdGenerator clientIdGenerator)protected voidJmsConnectionFactory. setConnectionIdGenerator(IdGenerator connectionIdGenerator)
-