public class DefaultProcessingTimeWatcher extends Object implements ProcessingTimeWatcher, MuleContextAware
PHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
DefaultProcessingTimeWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProcessingTime(ProcessingTime processingTime)
Adds a new instance to watch
|
void |
setMuleContext(MuleContext muleContext) |
void |
start() |
void |
stop() |
public void addProcessingTime(ProcessingTime processingTime)
ProcessingTimeWatcheraddProcessingTime in interface ProcessingTimeWatcherprocessingTime - instance to add. Non nullpublic void start()
throws MuleException
start in interface StartableMuleExceptionpublic void stop()
throws MuleException
stop in interface StoppableMuleExceptionpublic void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwareCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.