Uses of Interface
org.hornetq.jms.server.config.ConnectionFactoryConfiguration

Packages that use ConnectionFactoryConfiguration
org.hornetq.jms.management.impl   
org.hornetq.jms.persistence.config   
org.hornetq.jms.server   
org.hornetq.jms.server.config   
org.hornetq.jms.server.config.impl   
org.hornetq.jms.server.impl   
org.hornetq.jms.server.management   
org.hornetq.jms.server.management.impl   
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.management.impl
 

Constructors in org.hornetq.jms.management.impl with parameters of type ConnectionFactoryConfiguration
JMSConnectionFactoryControlImpl(ConnectionFactoryConfiguration cfConfig, HornetQConnectionFactory cf, JMSServerManager jmsManager, String name)
           
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.persistence.config
 

Methods in org.hornetq.jms.persistence.config that return ConnectionFactoryConfiguration
 ConnectionFactoryConfiguration PersistedConnectionFactory.getConfig()
           
 

Constructors in org.hornetq.jms.persistence.config with parameters of type ConnectionFactoryConfiguration
PersistedConnectionFactory(ConnectionFactoryConfiguration config)
           
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server
 

Methods in org.hornetq.jms.server that return ConnectionFactoryConfiguration
 ConnectionFactoryConfiguration JMSServerConfigParser.parseConnectionFactoryConfiguration(Node node)
          Parse the Connection Configuration node as a ConnectionFactoryConfiguration object
 

Methods in org.hornetq.jms.server with parameters of type ConnectionFactoryConfiguration
 void JMSServerManager.createConnectionFactory(boolean storeConfig, ConnectionFactoryConfiguration cfConfig, String... bindings)
           
 HornetQConnectionFactory JMSServerManager.recreateCF(String name, ConnectionFactoryConfiguration cf)
          Call this method to have a CF rebound to JNDI and stored on the Journal
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server.config
 

Methods in org.hornetq.jms.server.config that return types with arguments of type ConnectionFactoryConfiguration
 List<ConnectionFactoryConfiguration> JMSConfiguration.getConnectionFactoryConfigurations()
           
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server.config.impl
 

Classes in org.hornetq.jms.server.config.impl that implement ConnectionFactoryConfiguration
 class ConnectionFactoryConfigurationImpl
          This class contains the configuration properties of a connection factory.
 

Methods in org.hornetq.jms.server.config.impl that return types with arguments of type ConnectionFactoryConfiguration
 List<ConnectionFactoryConfiguration> JMSConfigurationImpl.getConnectionFactoryConfigurations()
           
 

Constructor parameters in org.hornetq.jms.server.config.impl with type arguments of type ConnectionFactoryConfiguration
JMSConfigurationImpl(List<ConnectionFactoryConfiguration> connectionFactoryConfigurations, List<JMSQueueConfiguration> queueConfigurations, List<TopicConfiguration> topicConfigurations, String domain)
           
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server.impl
 

Methods in org.hornetq.jms.server.impl that return ConnectionFactoryConfiguration
 ConnectionFactoryConfiguration JMSServerConfigParserImpl.parseConnectionFactoryConfiguration(Node node)
          Parse the Connection Configuration node as a ConnectionFactoryConfiguration object
 

Methods in org.hornetq.jms.server.impl with parameters of type ConnectionFactoryConfiguration
 void JMSServerManagerImpl.createConnectionFactory(boolean storeConfig, ConnectionFactoryConfiguration cfConfig, String... jndi)
           
protected  HornetQConnectionFactory JMSServerManagerImpl.internalCreateCFPOJO(ConnectionFactoryConfiguration cfConfig)
           
 HornetQConnectionFactory JMSServerManagerImpl.recreateCF(String name, ConnectionFactoryConfiguration cf)
           
 

Method parameters in org.hornetq.jms.server.impl with type arguments of type ConnectionFactoryConfiguration
protected  JMSConfiguration JMSServerConfigParserImpl.newConfig(ArrayList<JMSQueueConfiguration> queues, ArrayList<TopicConfiguration> topics, ArrayList<ConnectionFactoryConfiguration> cfs, String domain)
          hook for integration layers
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server.management
 

Methods in org.hornetq.jms.server.management with parameters of type ConnectionFactoryConfiguration
 void JMSManagementService.registerConnectionFactory(String name, ConnectionFactoryConfiguration config, HornetQConnectionFactory connectionFactory)
           
 

Uses of ConnectionFactoryConfiguration in org.hornetq.jms.server.management.impl
 

Methods in org.hornetq.jms.server.management.impl with parameters of type ConnectionFactoryConfiguration
 void JMSManagementServiceImpl.registerConnectionFactory(String name, ConnectionFactoryConfiguration cfConfig, HornetQConnectionFactory connectionFactory)
           
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.