org.apache.jmeter.monitor.model
Class RequestInfoImpl
java.lang.Object
org.apache.jmeter.monitor.model.RequestInfoImpl
- All Implemented Interfaces:
- RequestInfo
- public class RequestInfoImpl
- extends Object
- implements RequestInfo
- Version:
- $Revision: 674365 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestInfoImpl
public RequestInfoImpl()
getBytesReceived
public long getBytesReceived()
- Specified by:
getBytesReceived in interface RequestInfo
setBytesReceived
public void setBytesReceived(long value)
- Specified by:
setBytesReceived in interface RequestInfo
getBytesSent
public long getBytesSent()
- Specified by:
getBytesSent in interface RequestInfo
setBytesSent
public void setBytesSent(long value)
- Specified by:
setBytesSent in interface RequestInfo
getRequestCount
public long getRequestCount()
- Specified by:
getRequestCount in interface RequestInfo
setRequestCount
public void setRequestCount(long value)
- Specified by:
setRequestCount in interface RequestInfo
getErrorCount
public long getErrorCount()
- Specified by:
getErrorCount in interface RequestInfo
setErrorCount
public void setErrorCount(long value)
- Specified by:
setErrorCount in interface RequestInfo
getMaxTime
public int getMaxTime()
- Specified by:
getMaxTime in interface RequestInfo
setMaxTime
public void setMaxTime(int value)
- Specified by:
setMaxTime in interface RequestInfo
getProcessingTime
public int getProcessingTime()
- Specified by:
getProcessingTime in interface RequestInfo
setProcessingTime
public void setProcessingTime(int value)
- Specified by:
setProcessingTime in interface RequestInfo
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.