|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.management.stats.ProcessingTime
public class ProcessingTime
Accumulates the processing time for all branches of a flow
| Method Summary | |
|---|---|
void |
addFlowExecutionBranchTime(long startTime)
Add the execution time for this branch to the flow construct's statistics |
static long |
getEffectiveTime(long time)
Convert processing time to effective processing time. |
static ProcessingTime |
newInstance(MuleSession session,
MuleContext muleContext)
Create a ProcessingTime for the specified MuleSession. |
void |
startThread()
Start timer that processes reference queue |
static void |
stopTimer()
Stop timer that processes reference queue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ProcessingTime newInstance(MuleSession session,
MuleContext muleContext)
public void addFlowExecutionBranchTime(long startTime)
startTime - time this branch startedpublic static long getEffectiveTime(long time)
public void startThread()
public static void stopTimer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||