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 voidRuntimeStatisticCollector. addEvent(MessageContext messageContext, StatisticsReportingEvent event)Helper method to just add event without changing counts.protected static voidRuntimeStatisticCollector. addEventAndCloseFlow(MessageContext messageContext, StatisticsReportingEvent event)Helper method to add event and close the message flow static collection.protected static voidRuntimeStatisticCollector. addEventAndDecrementCallbackCount(MessageContext messageContext, StatisticsReportingEvent event)Helper method to add event and decrement call back count, which denotes, call back has been received.protected static voidRuntimeStatisticCollector. addEventAndDecrementCount(MessageContext messageContext, StatisticsReportingEvent event)Helper method to add event and decrement stat count, which denotes, closing event happened.protected static voidRuntimeStatisticCollector. addEventAndIncrementCallbackCount(MessageContext messageContext, StatisticsReportingEvent event)Helper method to add event and increment call back count, which notifies that a callback has been registeredprotected static voidRuntimeStatisticCollector. 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 StatisticsReportingEventStatisticsReportingEventHolder. 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 voidStatisticsReportingEventHolder. 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 classAbstractStatisticEventAbstract statistic event class to hold common properties.classAsynchronousExecutionEventclassCallbackCompletionEventEvent to complete callback processing in statistic collection.classCallbackHandledEventEvent to represent end of the callback handling.classCallbackReceivedEventEvent to represent callback receive.classCallbackSentEventEvent to represent callback sending.classEndFlowEventEnd message-flow forcefully without considering open logs.classFaultEventEvent to represent fault occurred in the message flow.classParentReopenEventEvent to reopen flow continuable mediators after receiving callback for continuation call.classStatisticsCloseEventEvent to close opened statistic log.classStatisticsOpenEventEvent to open statistics for a component.
-