| Package | Description |
|---|---|
| org.apache.activemq |
The core JMS client API implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdGenerator |
ActiveMQConnectionFactory.getClientIdGenerator() |
protected IdGenerator |
ActiveMQConnectionFactory.getConnectionIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActiveMQConnectionFactory.setClientIdGenerator(IdGenerator clientIdGenerator) |
protected void |
ActiveMQConnectionFactory.setConnectionIdGenerator(IdGenerator connectionIdGenerator) |
| Constructor and Description |
|---|
ActiveMQConnection(Transport transport,
IdGenerator clientIdGenerator,
IdGenerator connectionIdGenerator,
JMSStatsImpl factoryStats)
Construct an
ActiveMQConnection |
ActiveMQXAConnection(Transport transport,
IdGenerator clientIdGenerator,
IdGenerator connectionIdGenerator,
JMSStatsImpl factoryStats) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.