|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessorBase
org.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractFilteringMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
public class ProcessIfStartedMessageProcessor
Field Summary | |
---|---|
protected LifecycleState |
lifecycleState
|
protected Startable |
startable
|
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
onUnacceptedFlowConstruct, throwOnUnaccepted, unacceptedMessageProcessor |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase |
---|
logger, muleContext, next, notificationHandler |
Fields inherited from interface org.mule.api.AnnotatedObject |
---|
PROPERTY_NAME |
Constructor Summary | |
---|---|
ProcessIfStartedMessageProcessor(Startable startable,
LifecycleState lifecycleState)
|
Method Summary | |
---|---|
protected boolean |
accept(MuleEvent event)
|
protected String |
getStartableName(Startable startableObject)
|
protected MuleEvent |
handleUnaccepted(MuleEvent event)
|
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
filterUnacceptedException, getUnacceptedMessageProcessor, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor |
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 org.mule.api.source.MessageSource |
---|
setListener |
Field Detail |
---|
protected Startable startable
protected LifecycleState lifecycleState
Constructor Detail |
---|
public ProcessIfStartedMessageProcessor(Startable startable, LifecycleState lifecycleState)
Method Detail |
---|
protected boolean accept(MuleEvent event)
accept
in class AbstractFilteringMessageProcessor
protected MuleEvent handleUnaccepted(MuleEvent event) throws LifecycleException
handleUnaccepted
in class AbstractFilteringMessageProcessor
LifecycleException
protected String getStartableName(Startable startableObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |