Apache JMeter

org.apache.jmeter.monitor.model
Interface Memory

All Known Implementing Classes:
MemoryImpl

public interface Memory

Version:
$Revision: 493787 $ 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

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