Uses of Class
org.apache.activemq.ActiveMQConnectionFactory

Packages that use ActiveMQConnectionFactory
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.jndi JNDI support classes 
 

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.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)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.