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 ComponentType
ComponentType. 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
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type ComponentType Modifier and Type Method Description static String
StatisticIdentityGenerator. getIdForComponent(String name, ComponentType componentType, ArtifactHolder holder)
static String
StatisticIdentityGenerator. getIdForFlowContinuableMediator(String mediatorName, ComponentType componentType, ArtifactHolder holder)
static String
StatisticIdentityGenerator. getIdReferencingComponent(String name, ComponentType componentType, ArtifactHolder holder)
static void
StatisticIdentityGenerator. reportingEndEvent(String name, ComponentType componentType, ArtifactHolder holder)
static void
StatisticIdentityGenerator. reportingFlowContinuableEndEvent(String mediatorId, ComponentType mediator, ArtifactHolder holder)
-
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 void
CloseEventCollector. closeEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, Integer currentIndex, boolean isContentAltering)
Enqueue statistics event to the event queue.static void
CloseEventCollector. closeEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, Integer currentIndex, boolean isContentAltering, String propertyValue)
Enqueue statistics event to the event queue.static Integer
OpenEventCollector. reportChildEntryEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportEntryEvent(MessageContext messageContext, String componentName, AspectConfiguration aspectConfiguration, ComponentType componentType)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportFlowAggregateEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportFlowContinuableEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static Integer
OpenEventCollector. reportFlowSplittingEvent(MessageContext messageContext, String componentName, ComponentType componentType, AspectConfiguration aspectConfiguration, boolean isContentAltering)
Enqueue StatisticOpenEvent to the event Queue.static void
CloseEventCollector. 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 ComponentType
StatisticDataUnit. getComponentType()
ComponentType
StatisticsLog. getComponentType()
Methods in org.apache.synapse.aspects.flow.statistics.data.raw with parameters of type ComponentType Modifier and Type Method Description void
StatisticDataUnit. setComponentType(ComponentType componentType)
void
StatisticsLog. 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 String
StatisticsConstants. getComponentTypeToString(ComponentType componentType)
-