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.config.spring.factories   
org.mule.model.seda   
org.mule.processor   
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
 

Uses of QueueProfile in org.mule.config
 

Methods in org.mule.config that return QueueProfile
static QueueProfile QueueProfile.newInstancePersistingToDefaultMemoryQueueStore(MuleContext muleContext)
           
 

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

Uses of QueueProfile in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories that return QueueProfile
protected  QueueProfile QueueProfileFactoryBean.createInstance()
           
 

Uses of QueueProfile in org.mule.model.seda
 

Fields in org.mule.model.seda declared as QueueProfile
protected  QueueProfile SedaModel.queueProfile
          The queuing profile for events received for this service
protected  QueueProfile SedaService.queueProfile
          The queue profile to use for this service.
 

Methods in org.mule.model.seda that return QueueProfile
 QueueProfile SedaModel.getQueueProfile()
           
 QueueProfile SedaService.getQueueProfile()
           
 

Methods in org.mule.model.seda with parameters of type QueueProfile
 void SedaModel.setQueueProfile(QueueProfile queueProfile)
           
 void SedaService.setQueueProfile(QueueProfile queueProfile)
           
 

Uses of QueueProfile in org.mule.processor
 

Fields in org.mule.processor declared as QueueProfile
protected  QueueProfile SedaStageInterceptingMessageProcessor.queueProfile
           
 

Constructors in org.mule.processor with parameters of type QueueProfile
LaxSedaStageInterceptingMessageProcessor(String name, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
SedaStageInterceptingMessageProcessor(String threadName, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
 

Uses of QueueProfile in org.mule.transport.vm
 

Methods in org.mule.transport.vm that return QueueProfile
 QueueProfile VMConnector.getQueueProfile()
           
 

Methods in org.mule.transport.vm with parameters of type QueueProfile
 void VMConnector.setQueueProfile(QueueProfile queueProfile)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.