Interface SamplingProcessorViewMBean
-
- All Known Implementing Classes:
SamplingProcessorView
public interface SamplingProcessorViewMBeanJMS MBean interface ofSamplingMessageProcessorThis will expose the JMX operations for SamplingProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()Activate the Sampling processor instancevoiddeactivate()De activate the sampling processor instancebooleanisActive()Get the active status of Sampling processorbooleanisTaskLocationKnown()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
-
-