org.apache.jmeter.samplers
Interface Interruptible
- AccessLogSampler, FTPSampler, HTTPSampler, HTTPSampler2, JMeterThread, SoapSampler
public interface Interruptible
Samplers which are able to interrupt a potentially long-running operation should
implement this interface.
boolean | interrupt() - Interrupt the current operation if possible.
|
interrupt
public boolean interrupt()
Interrupt the current operation if possible.
true
if there was an operation to interrupt.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.