org.apache.jmeter.monitor.model
Interface RequestInfo
- All Known Implementing Classes:
- RequestInfoImpl
- public interface RequestInfo
- Version:
- $Revision: 1.2 $ on $Date: 2004/03/13 22:45:17 $
getBytesReceived
public long getBytesReceived()
setBytesReceived
public void setBytesReceived(long value)
getBytesSent
public long getBytesSent()
setBytesSent
public void setBytesSent(long value)
getRequestCount
public long getRequestCount()
setRequestCount
public void setRequestCount(long value)
getErrorCount
public long getErrorCount()
setErrorCount
public void setErrorCount(long value)
getMaxTime
public int getMaxTime()
setMaxTime
public void setMaxTime(int value)
getProcessingTime
public int getProcessingTime()
setProcessingTime
public void setProcessingTime(int value)
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.