|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractFilteringMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedWaitIfPausedMessageProcessor
public class ProcessIfStartedWaitIfPausedMessageProcessor
Field Summary |
---|
Fields inherited from class org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor |
---|
lifecycleState, startable |
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
throwOnUnaccepted, unacceptedMessageProcessor |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Constructor Summary | |
---|---|
ProcessIfStartedWaitIfPausedMessageProcessor(Startable startable,
LifecycleState lifecycleState)
|
Method Summary | |
---|---|
protected boolean |
accept(MuleEvent event)
|
protected boolean |
isPaused()
|
protected MuleEvent |
processNext(MuleEvent event)
|
Methods inherited from class org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor |
---|
getStartableName, handleUnaccepted |
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
filterUnacceptedException, getUnacceptedMessageProcessor, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
setListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessIfStartedWaitIfPausedMessageProcessor(Startable startable, LifecycleState lifecycleState)
Method Detail |
---|
protected MuleEvent processNext(MuleEvent event) throws MuleException
processNext
in class AbstractInterceptingMessageProcessor
MuleException
protected boolean accept(MuleEvent event)
accept
in class ProcessIfStartedMessageProcessor
protected boolean isPaused()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |