Class AbstractStatisticEvent
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.log.templates.AbstractStatisticEvent
-
- All Implemented Interfaces:
StatisticsReportingEvent
- Direct Known Subclasses:
AsynchronousExecutionEvent
,CallbackCompletionEvent
,CallbackHandledEvent
,CallbackReceivedEvent
,CallbackSentEvent
,EndFlowEvent
,FaultEvent
,ParentReopenEvent
,StatisticsCloseEvent
,StatisticsOpenEvent
public abstract class AbstractStatisticEvent extends Object implements StatisticsReportingEvent
Abstract statistic event class to hold common properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractStatisticEvent.EventType
Event type enum
-
Field Summary
Fields Modifier and Type Field Description protected AbstractStatisticEvent.EventType
eventType
-
Constructor Summary
Constructors Constructor Description AbstractStatisticEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractStatisticEvent.EventType
getEventType()
Method to retrieve event type.void
setEventType(AbstractStatisticEvent.EventType eventType)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.synapse.aspects.flow.statistics.log.StatisticsReportingEvent
getDataUnit
-
-
-
-
Field Detail
-
eventType
protected AbstractStatisticEvent.EventType eventType
-
-
Method Detail
-
getEventType
public AbstractStatisticEvent.EventType getEventType()
Description copied from interface:StatisticsReportingEvent
Method to retrieve event type.- Specified by:
getEventType
in interfaceStatisticsReportingEvent
- Returns:
- eventType
-
setEventType
public void setEventType(AbstractStatisticEvent.EventType eventType)
-
-