org.apache.jmeter.monitor.model
Interface RequestInfo
- RequestInfoImpl
public interface RequestInfo
getBytesReceived
public long getBytesReceived()
getBytesSent
public long getBytesSent()
getErrorCount
public long getErrorCount()
getMaxTime
public int getMaxTime()
getProcessingTime
public int getProcessingTime()
getRequestCount
public long getRequestCount()
setBytesReceived
public void setBytesReceived(long value)
setBytesSent
public void setBytesSent(long value)
setErrorCount
public void setErrorCount(long value)
setMaxTime
public void setMaxTime(int value)
setProcessingTime
public void setProcessingTime(int value)
setRequestCount
public void setRequestCount(long value)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.