Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
org.apache.jmeter.samplers
public interface: Interruptible [javadoc | source]

All Known Implementing Classes:
    SoapSampler, HTTPSampler2, AccessLogSampler, FTPSampler, JMeterThread, HTTPSampler

Samplers which are able to interrupt a potentially long-running operation should implement this interface.
Method from org.apache.jmeter.samplers.Interruptible Summary:
interrupt
Method from org.apache.jmeter.samplers.Interruptible Detail:
 public boolean interrupt()
    Interrupt the current operation if possible.