org.apache.jmeter.monitor.model

Class MemoryImpl

Implemented Interfaces:
Memory

public class MemoryImpl
extends Object
implements Memory

Version:
$Revision: 674365 $

Constructor Summary

MemoryImpl()

Method Summary

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

Constructor Details

MemoryImpl

public MemoryImpl()

Method Details

getFree

public long getFree()
Specified by:
getFree in interface Memory

getMax

public long getMax()
Specified by:
getMax in interface Memory

getTotal

public long getTotal()
Specified by:
getTotal in interface Memory

setFree

public void setFree(long value)
Specified by:
setFree in interface Memory

setMax

public void setMax(long value)
Specified by:
setMax in interface Memory

setTotal

public void setTotal(long value)
Specified by:
setTotal in interface Memory

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