Uses of Class
org.jboss.messaging.core.config.cluster.ClusterConnectionConfiguration

Packages that use ClusterConnectionConfiguration
org.jboss.messaging.core.config   
org.jboss.messaging.core.config.impl   
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
 

Uses of ClusterConnectionConfiguration in org.jboss.messaging.core.config
 

Methods in org.jboss.messaging.core.config that return types with arguments of type ClusterConnectionConfiguration
 java.util.List<ClusterConnectionConfiguration> Configuration.getClusterConfigurations()
           
 

Method parameters in org.jboss.messaging.core.config with type arguments of type ClusterConnectionConfiguration
 void Configuration.setClusterConfigurations(java.util.List<ClusterConnectionConfiguration> configs)
           
 

Uses of ClusterConnectionConfiguration in org.jboss.messaging.core.config.impl
 

Fields in org.jboss.messaging.core.config.impl with type parameters of type ClusterConnectionConfiguration
protected  java.util.List<ClusterConnectionConfiguration> ConfigurationImpl.clusterConfigurations
           
 

Methods in org.jboss.messaging.core.config.impl that return types with arguments of type ClusterConnectionConfiguration
 java.util.List<ClusterConnectionConfiguration> ConfigurationImpl.getClusterConfigurations()
           
 

Method parameters in org.jboss.messaging.core.config.impl with type arguments of type ClusterConnectionConfiguration
 void ConfigurationImpl.setClusterConfigurations(java.util.List<ClusterConnectionConfiguration> configs)
           
 

Uses of ClusterConnectionConfiguration in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type ClusterConnectionConfiguration
 void ManagementService.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration)
           
 

Uses of ClusterConnectionConfiguration in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type ClusterConnectionConfiguration
 void ManagementServiceImpl.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration)
           
 

Constructors in org.jboss.messaging.core.management.impl with parameters of type ClusterConnectionConfiguration
ClusterConnectionControlImpl(ClusterConnection clusterConnection, ClusterConnectionConfiguration configuration)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.