org.apache.synapse.message.processors.sampler
Class SamplingProcessorView

java.lang.Object
  extended by org.apache.synapse.message.processors.sampler.SamplingProcessorView
All Implemented Interfaces:
SamplingProcessorViewMBean

public class SamplingProcessorView
extends Object
implements SamplingProcessorViewMBean


Constructor Summary
SamplingProcessorView(SamplingProcessor processor)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface SamplingProcessorViewMBean

deactivate

public void deactivate()
Description copied from interface: SamplingProcessorViewMBean
De activate the sampling processor instance

Specified by:
deactivate in interface SamplingProcessorViewMBean

isActive

public boolean isActive()
Description copied from interface: SamplingProcessorViewMBean
Get the active status of Sampling processor

Specified by:
isActive in interface SamplingProcessorViewMBean
Returns:


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