Uses of Interface
org.apache.synapse.aspects.flow.statistics.log.StatisticsReportingEvent
-
-
Uses of StatisticsReportingEvent in org.apache.synapse.aspects.flow.statistics.collectors
Methods in org.apache.synapse.aspects.flow.statistics.collectors with parameters of type StatisticsReportingEvent Modifier and Type Method 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 registeredprotected 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. -
Uses of StatisticsReportingEvent in org.apache.synapse.aspects.flow.statistics.log
Methods in org.apache.synapse.aspects.flow.statistics.log that return StatisticsReportingEvent Modifier and Type Method Description StatisticsReportingEvent
StatisticsReportingEventHolder. deQueueEvent()
Methods in org.apache.synapse.aspects.flow.statistics.log that return types with arguments of type StatisticsReportingEvent Modifier and Type Method Description List<StatisticsReportingEvent>
StatisticsReportingEventHolder. getEventList()
Methods in org.apache.synapse.aspects.flow.statistics.log with parameters of type StatisticsReportingEvent Modifier and Type Method Description void
StatisticsReportingEventHolder. addEvent(StatisticsReportingEvent event)
-
Uses of StatisticsReportingEvent in org.apache.synapse.aspects.flow.statistics.log.templates
Classes in org.apache.synapse.aspects.flow.statistics.log.templates that implement StatisticsReportingEvent Modifier and Type Class 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.
-