Apache JMeter
2.0.1.20050615

org.apache.jmeter.monitor.model
Interface Memory

All Known Implementing Classes:
MemoryImpl

public interface Memory

Version:
$Revision: 1.2 $ on $Date4

Method Summary
 long getFree()
           
 long getMax()
           
 long getTotal()
           
 void setFree(long value)
           
 void setMax(long value)
           
 void setTotal(long value)
           
 

Method Detail

getMax

public long getMax()

setMax

public void setMax(long value)

getFree

public long getFree()

setFree

public void setFree(long value)

getTotal

public long getTotal()

setTotal

public void setTotal(long value)

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.