Uses of Class
org.apache.synapse.aspects.flow.statistics.log.templates.AbstractStatisticEvent.EventType
-
Packages that use AbstractStatisticEvent.EventType Package Description org.apache.synapse.aspects.flow.statistics.log org.apache.synapse.aspects.flow.statistics.log.templates -
-
Uses of AbstractStatisticEvent.EventType in org.apache.synapse.aspects.flow.statistics.log
Methods in org.apache.synapse.aspects.flow.statistics.log that return AbstractStatisticEvent.EventType Modifier and Type Method Description AbstractStatisticEvent.EventType
StatisticsReportingEvent. getEventType()
Method to retrieve event type. -
Uses of AbstractStatisticEvent.EventType in org.apache.synapse.aspects.flow.statistics.log.templates
Fields in org.apache.synapse.aspects.flow.statistics.log.templates declared as AbstractStatisticEvent.EventType Modifier and Type Field Description protected AbstractStatisticEvent.EventType
AbstractStatisticEvent. eventType
Methods in org.apache.synapse.aspects.flow.statistics.log.templates that return AbstractStatisticEvent.EventType Modifier and Type Method Description AbstractStatisticEvent.EventType
AbstractStatisticEvent. getEventType()
static AbstractStatisticEvent.EventType
AbstractStatisticEvent.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractStatisticEvent.EventType[]
AbstractStatisticEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.aspects.flow.statistics.log.templates with parameters of type AbstractStatisticEvent.EventType Modifier and Type Method Description void
AbstractStatisticEvent. setEventType(AbstractStatisticEvent.EventType eventType)
-