Package PamController.memory
Class PamMemory
java.lang.Object
PamController.memory.PamMemory
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionformatMemory(long membytes) longlonggetFree()longgetMax()longgetTotal()boolean 
- 
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
 
 - 
formatMemory
 
 -