|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnectionFactory | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.benchmark | |
org.apache.activemq.jndi | JNDI support classes |
org.apache.activemq.network.jms | Support for a federated network using a foreign JMS provider. |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
org.apache.activemq.spring | Helper classes for working with the JMS client and Spring. |
org.apache.activemq.tool |
Uses of ActiveMQConnectionFactory in org.apache.activemq |
---|
Subclasses of ActiveMQConnectionFactory in org.apache.activemq | |
---|---|
class |
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections. |
class |
ActiveMQXAConnectionFactory
A factory of XAConnection instances |
Methods in org.apache.activemq that return ActiveMQConnectionFactory | |
---|---|
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.copy()
Returns a copy of the given connection factory |
Uses of ActiveMQConnectionFactory in org.apache.activemq.benchmark |
---|
Methods in org.apache.activemq.benchmark that return ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
BenchmarkSupport.createFactory()
|
ActiveMQConnectionFactory |
BenchmarkSupport.getFactory()
|
Methods in org.apache.activemq.benchmark with parameters of type ActiveMQConnectionFactory | |
---|---|
void |
BenchmarkSupport.setFactory(ActiveMQConnectionFactory factory)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.jndi |
---|
Methods in org.apache.activemq.jndi that return ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environment |
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(String name,
Hashtable environment)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.network.jms |
---|
Fields in org.apache.activemq.network.jms declared as ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
JmsConnector.embeddedConnectionFactory
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return ActiveMQConnectionFactory | |
---|---|
ActiveMQConnectionFactory |
PooledConnectionFactory.getConnectionFactory()
|
Methods in org.apache.activemq.pool with parameters of type ActiveMQConnectionFactory | |
---|---|
void |
PooledConnectionFactory.setConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnectionFactory | |
---|---|
PooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra that return ActiveMQConnectionFactory | |
---|---|
ActiveMQConnectionFactory |
ActiveMQResourceAdapter.getConnectionFactory()
|
Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionFactory | |
---|---|
void |
ActiveMQConnectionRequestInfo.configure(ActiveMQConnectionFactory factory)
Configures the given connection factory |
ActiveMQConnection |
ActiveMQResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info,
ActiveMQConnectionFactory connectionFactory)
|
void |
ActiveMQResourceAdapter.setConnectionFactory(ActiveMQConnectionFactory connectionFactory)
This allows a connection factory to be configured and shared between a ResourceAdaptor and outbound messaging. |
Uses of ActiveMQConnectionFactory in org.apache.activemq.spring |
---|
Subclasses of ActiveMQConnectionFactory in org.apache.activemq.spring | |
---|---|
class |
ActiveMQConnectionFactory
A Spring enhanced connection factory which will automatically use the Spring bean name as the clientIDPrefix property so that connections created have client IDs related to your Spring.xml file for easier comprehension from JMX. |
Uses of ActiveMQConnectionFactory in org.apache.activemq.tool |
---|
Fields in org.apache.activemq.tool declared as ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
JMSMemtest.connectionFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |