|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueProfile | |
|---|---|
| org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
| org.mule.model.seda | |
| org.mule.processor | |
| 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.model.seda |
|---|
| Fields in org.mule.model.seda declared as QueueProfile | |
|---|---|
protected QueueProfile |
SedaModel.queueProfile
Deprecated. The queuing profile for events received for this service |
protected QueueProfile |
SedaService.queueProfile
Deprecated. The queue profile to use for this service. |
| Methods in org.mule.model.seda that return QueueProfile | |
|---|---|
QueueProfile |
SedaModel.getQueueProfile()
Deprecated. |
QueueProfile |
SedaService.getQueueProfile()
Deprecated. |
| Methods in org.mule.model.seda with parameters of type QueueProfile | |
|---|---|
void |
SedaModel.setQueueProfile(QueueProfile queueProfile)
Deprecated. |
void |
SedaService.setQueueProfile(QueueProfile queueProfile)
Deprecated. |
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||