Interface SamplingProcessorViewMBean
-
- All Known Implementing Classes:
SamplingProcessorView
public interface SamplingProcessorViewMBean
JMS MBean interface ofSamplingMessageProcessor
This will expose the JMX operations for SamplingProcessor
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-
Method Detail
-
activate
void activate()
Activate the Sampling processor instance
-
deactivate
void deactivate()
De activate the sampling processor instance
-
isActive
boolean isActive()
Get the active status of Sampling processor- Returns:
-
isTaskLocationKnown
boolean isTaskLocationKnown()
Checks if the task location linked to this Message Processor is known- Returns:
- true if the task location linked to this Message Processor is known
-
-