Modifier and Type | Method and Description |
---|---|
protected static void |
RuntimeStatisticCollector.addEvent(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to just add event without changing counts.
|
protected static void |
RuntimeStatisticCollector.addEventAndCloseFlow(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to add event and close the message flow static collection.
|
protected static void |
RuntimeStatisticCollector.addEventAndDecrementCallbackCount(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to add event and decrement call back count, which denotes, call back has been received.
|
protected static void |
RuntimeStatisticCollector.addEventAndDecrementCount(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to add event and decrement stat count, which denotes, closing event happened.
|
protected static void |
RuntimeStatisticCollector.addEventAndIncrementCallbackCount(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to add event and increment call back count, which notifies that a callback has been registered
|
protected static void |
RuntimeStatisticCollector.addEventAndIncrementCount(MessageContext messageContext,
StatisticsReportingEvent event)
Helper method to add event and increment stat count so that it denotes, open event is added.
|
Modifier and Type | Method and Description |
---|---|
StatisticsReportingEvent |
StatisticsReportingEventHolder.deQueueEvent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<StatisticsReportingEvent> |
StatisticsReportingEventHolder.getEventList() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsReportingEventHolder.addEvent(StatisticsReportingEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatisticEvent
Abstract statistic event class to hold common properties.
|
class |
AsynchronousExecutionEvent |
class |
CallbackCompletionEvent
Event to complete callback processing in statistic collection.
|
class |
CallbackHandledEvent
Event to represent end of the callback handling.
|
class |
CallbackReceivedEvent
Event to represent callback receive.
|
class |
CallbackSentEvent
Event to represent callback sending.
|
class |
EndFlowEvent
End message-flow forcefully without considering open logs.
|
class |
FaultEvent
Event to represent fault occurred in the message flow.
|
class |
ParentReopenEvent
Event to reopen flow continuable mediators after receiving callback for continuation call.
|
class |
StatisticsCloseEvent
Event to close opened statistic log.
|
class |
StatisticsOpenEvent
Event to open statistics for a component.
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.