Uses of Class
org.apache.synapse.aspects.ComponentType
-
-
Uses of ComponentType in org.apache.synapse.aspects
Methods in org.apache.synapse.aspects that return ComponentType Modifier and Type Method Description static ComponentTypeComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComponentType in org.apache.synapse.aspects.flow.statistics
Fields in org.apache.synapse.aspects.flow.statistics declared as ComponentType Modifier and Type Field Description protected ComponentTypeStatisticsCloseEventListener. componentTypeMethods in org.apache.synapse.aspects.flow.statistics with parameters of type ComponentType Modifier and Type Method Description static StringStatisticIdentityGenerator. getIdForComponent(String name, ComponentType componentType, ArtifactHolder holder)static StringStatisticIdentityGenerator. getIdForFlowContinuableMediator(String mediatorName, ComponentType componentType, ArtifactHolder holder)static StringStatisticIdentityGenerator. getIdReferencingComponent(String name, ComponentType componentType, ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingEndEvent(String name, ComponentType componentType, ArtifactHolder holder)static voidStatisticIdentityGenerator. reportingFlowContinuableEndEvent(String mediatorId, ComponentType mediator, ArtifactHolder holder)Constructors in org.apache.synapse.aspects.flow.statistics with parameters of type ComponentType Constructor Description StatisticsCloseEventListener(String componentName, ComponentType componentType, Integer statisticReportingIndex) -
Uses of ComponentType in org.apache.synapse.aspects.flow.statistics.collectors
Methods in org.apache.synapse.aspects.flow.statistics.collectors with parameters of type ComponentType Modifier and Type Method Description static voidCloseEventCollector. closeEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, Integer currentIndex, boolean isContentAltering)Enqueue statistics event to the event queue.static voidCloseEventCollector. closeEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, Integer currentIndex, boolean isContentAltering, String propertyValue)Enqueue statistics event to the event queue.static IntegerOpenEventCollector. reportChildEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportEntryEvent(MessageContext messageContext, String componentName, AspectConfiguration aspectConfiguration, ComponentType componentType)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowAggregateEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowContinuableEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static IntegerOpenEventCollector. reportFlowSplittingEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)Enqueue StatisticOpenEvent to the event Queue.static voidCloseEventCollector. tryEndFlow(MessageContext messageContext, String componentName, ComponentType componentType, Integer currentIndex, boolean isContentAltering)Enqueue statistics events to the event queue to close and try to finish the flow. -
Uses of ComponentType in org.apache.synapse.aspects.flow.statistics.data.raw
Methods in org.apache.synapse.aspects.flow.statistics.data.raw that return ComponentType Modifier and Type Method Description ComponentTypeStatisticDataUnit. getComponentType()ComponentTypeStatisticsLog. getComponentType()Methods in org.apache.synapse.aspects.flow.statistics.data.raw with parameters of type ComponentType Modifier and Type Method Description voidStatisticDataUnit. setComponentType(ComponentType componentType)voidStatisticsLog. setComponentType(ComponentType componentType)Constructors in org.apache.synapse.aspects.flow.statistics.data.raw with parameters of type ComponentType Constructor Description StatisticsLog(ComponentType componentType, String componentName, int parentIndex) -
Uses of ComponentType in org.apache.synapse.aspects.flow.statistics.structuring
Constructors in org.apache.synapse.aspects.flow.statistics.structuring with parameters of type ComponentType Constructor Description StructuringElement(String id, ComponentType type) -
Uses of ComponentType in org.apache.synapse.aspects.flow.statistics.util
Methods in org.apache.synapse.aspects.flow.statistics.util with parameters of type ComponentType Modifier and Type Method Description static StringStatisticsConstants. getComponentTypeToString(ComponentType componentType)
-