Interface SamplingProcessorViewMBean

  • All Known Implementing Classes:
    SamplingProcessorView

    public interface SamplingProcessorViewMBean
    JMS MBean interface of SamplingMessageProcessor This will expose the JMX operations for SamplingProcessor
    • 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