public class PamMemory
extends Object
-
Constructor Summary 
Constructors
-
Method Summary 
long
long
long
long
boolean
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
PamMemory 
public PamMemory()
-
Method Details 
-
getFree 
public long getFree()
- Returns:
- the free
-
getTotal 
public long getTotal()
- Returns:
- the total
-
getMax 
public long getMax()
- Returns:
- the max
-
getAvailable 
public long getAvailable()
- Returns:
- the available
-
isCritical 
public boolean isCritical()
- Returns:
- the critical
-