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. |