Uses of Class
org.mule.config.QueueProfile

Packages that use QueueProfile
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
 

Uses of QueueProfile in org.mule.config
 

Methods in org.mule.config that return QueueProfile
 QueueProfile MuleConfiguration.getQueueProfile()
           
 

Methods in org.mule.config with parameters of type QueueProfile
 void MuleConfiguration.setQueueProfile(QueueProfile queueProfile)
           
 

Constructors in org.mule.config with parameters of type QueueProfile
QueueProfile(QueueProfile queueProfile)
           
 

Uses of QueueProfile in org.mule.impl
 

Fields in org.mule.impl declared as QueueProfile
protected  QueueProfile ImmutableMuleDescriptor.queueProfile
          The queuing profile for events received for this component
 

Methods in org.mule.impl that return QueueProfile
 QueueProfile ImmutableMuleDescriptor.getQueueProfile()
           
 

Methods in org.mule.impl with parameters of type QueueProfile
 void MuleDescriptor.setQueueProfile(QueueProfile queueProfile)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.