org.mule.processor
Class LaxSedaStageInterceptingMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessorBase
      extended by org.mule.processor.AbstractInterceptingMessageProcessor
          extended by org.mule.processor.AsyncInterceptingMessageProcessor
              extended by org.mule.processor.SedaStageInterceptingMessageProcessor
                  extended by org.mule.processor.LaxSedaStageInterceptingMessageProcessor
All Implemented Interfaces:
Runnable, javax.resource.spi.work.Work, AnnotatedObject, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, InterceptingMessageProcessor, MessageProcessor, MessageSource, Pausable, Resumable

public class LaxSedaStageInterceptingMessageProcessor
extends SedaStageInterceptingMessageProcessor
implements javax.resource.spi.work.Work, Lifecycle, Pausable, Resumable

Processes MuleEvent's asynchronously using a MuleWorkManager to schedule asynchronous processing of the next MessageProcessor.


Field Summary
 
Fields inherited from class org.mule.processor.SedaStageInterceptingMessageProcessor
lifecycleManager, queue, QUEUE_NAME_PREFIX, queueConfiguration, queueName, queueProfile, queueStatistics, queueTimeout
 
Fields inherited from class org.mule.processor.AsyncInterceptingMessageProcessor
doThreading, workManager, workManagerSource
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
logger, muleContext, next, notificationHandler
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Fields inherited from interface org.mule.service.Pausable
PHASE_NAME
 
Fields inherited from interface org.mule.service.Resumable
PHASE_NAME
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
LaxSedaStageInterceptingMessageProcessor(String name, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
 
Method Summary
protected  boolean isProcessAsync(MuleEvent event)
           
 
Methods inherited from class org.mule.processor.SedaStageInterceptingMessageProcessor
dequeue, dispose, enqueue, getQueueName, getQueueSize, getStageDescription, getStageName, initialise, isQueuePersistent, isStatsEnabled, pause, processNextAsync, release, resume, rollbackDequeue, run, start, stop, waitIfPaused
 
Methods inherited from class org.mule.processor.AsyncInterceptingMessageProcessor
process, processNextTimed
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, setListener, setMuleContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.work.Work
release
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 
Methods inherited from interface org.mule.service.Pausable
pause
 
Methods inherited from interface org.mule.service.Resumable
resume
 
Methods inherited from interface org.mule.api.source.MessageSource
setListener
 

Constructor Detail

LaxSedaStageInterceptingMessageProcessor

public LaxSedaStageInterceptingMessageProcessor(String name,
                                                String queueName,
                                                QueueProfile queueProfile,
                                                int queueTimeout,
                                                ThreadingProfile threadingProfile,
                                                QueueStatistics queueStatistics,
                                                MuleContext muleContext)
Method Detail

isProcessAsync

protected boolean isProcessAsync(MuleEvent event)
                          throws MessagingException
Overrides:
isProcessAsync in class AsyncInterceptingMessageProcessor
Throws:
MessagingException


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