org.apache.synapse.message.processors.sampler
Interface SamplingProcessorViewMBean

All Known Implementing Classes:
SamplingProcessorView

public interface SamplingProcessorViewMBean

JMS MBean interface of SamplingMessageProcessor This will expose the JMX operations for SamplingProcessor


Method Summary
 void activate()
          Activate the Sampling processor instance
 void deactivate()
          De activate the sampling processor instance
 boolean isActive()
          Get the active status of Sampling processor
 

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:


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.