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

Packages that use QueueConfiguration
org.jboss.messaging.core.config   
org.jboss.messaging.core.config.impl   
 

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

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

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

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

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

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

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



Copyright © 2006 JBoss Inc. All Rights Reserved.