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 classAbstractStatisticEvent.EventTypeEvent type enum
-
Field Summary
Fields Modifier and Type Field Description protected AbstractStatisticEvent.EventTypeeventType
-
Constructor Summary
Constructors Constructor Description AbstractStatisticEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractStatisticEvent.EventTypegetEventType()Method to retrieve event type.voidsetEventType(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:StatisticsReportingEventMethod to retrieve event type.- Specified by:
getEventTypein interfaceStatisticsReportingEvent- Returns:
- eventType
-
setEventType
public void setEventType(AbstractStatisticEvent.EventType eventType)
-
-