Class SamplingProcessorView
- java.lang.Object
-
- org.apache.synapse.message.processor.impl.sampler.SamplingProcessorView
-
- All Implemented Interfaces:
SamplingProcessorViewMBean
public class SamplingProcessorView extends Object implements SamplingProcessorViewMBean
-
-
Constructor Summary
Constructors Constructor Description SamplingProcessorView(SamplingProcessor processor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
Activate the Sampling processor instancevoid
deactivate()
De activate the sampling processor instanceboolean
isActive()
Get the active status of Sampling processorboolean
isTaskLocationKnown()
Checks if the task location linked to this Message Processor is known
-
-
-
Constructor Detail
-
SamplingProcessorView
public SamplingProcessorView(SamplingProcessor processor)
-
-
Method Detail
-
activate
public void activate()
Description copied from interface:SamplingProcessorViewMBean
Activate the Sampling processor instance- Specified by:
activate
in interfaceSamplingProcessorViewMBean
-
deactivate
public void deactivate()
Description copied from interface:SamplingProcessorViewMBean
De activate the sampling processor instance- Specified by:
deactivate
in interfaceSamplingProcessorViewMBean
-
isActive
public boolean isActive()
Description copied from interface:SamplingProcessorViewMBean
Get the active status of Sampling processor- Specified by:
isActive
in interfaceSamplingProcessorViewMBean
- Returns:
-
isTaskLocationKnown
public boolean isTaskLocationKnown()
Description copied from interface:SamplingProcessorViewMBean
Checks if the task location linked to this Message Processor is known- Specified by:
isTaskLocationKnown
in interfaceSamplingProcessorViewMBean
- Returns:
- true if the task location linked to this Message Processor is known
-
-