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.EventTypeStatisticsReportingEvent. 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.EventTypeAbstractStatisticEvent. eventTypeMethods in org.apache.synapse.aspects.flow.statistics.log.templates that return AbstractStatisticEvent.EventType Modifier and Type Method Description AbstractStatisticEvent.EventTypeAbstractStatisticEvent. getEventType()static AbstractStatisticEvent.EventTypeAbstractStatisticEvent.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 voidAbstractStatisticEvent. setEventType(AbstractStatisticEvent.EventType eventType)
-