|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueProfile | |
org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
org.mule.extras.spring.config | Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.management.mbeans | |
org.mule.providers.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 | |
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.extras.spring.config |
Methods in org.mule.extras.spring.config that return QueueProfile | |
QueueProfile |
MuleConfigurationFactoryBean.getQueueProfile()
Deprecated. |
Methods in org.mule.extras.spring.config with parameters of type QueueProfile | |
void |
MuleConfigurationFactoryBean.setQueueProfile(QueueProfile queueProfile)
Deprecated. |
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)
|
Uses of QueueProfile in org.mule.management.mbeans |
Methods in org.mule.management.mbeans that return QueueProfile | |
QueueProfile |
MuleConfigurationServiceMBean.getQueueProfile()
|
QueueProfile |
MuleConfigurationService.getQueueProfile()
|
Uses of QueueProfile in org.mule.providers.vm |
Methods in org.mule.providers.vm that return QueueProfile | |
QueueProfile |
VMConnector.getQueueProfile()
|
Methods in org.mule.providers.vm with parameters of type QueueProfile | |
void |
VMConnector.setQueueProfile(QueueProfile queueProfile)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |