Package org.javlo.utils
Class MemoryBean
- java.lang.Object
-
- org.javlo.utils.MemoryBean
-
public class MemoryBean extends Object
-
-
Constructor Summary
Constructors Constructor Description MemoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFreeMemory()
String
getFreeMemoryLabel()
long
getTotalMemory()
String
getTotalMemoryLabel()
String
getUsedMemoryLabel()
int
getUsedMemoryPercent()
-
-
-
Method Detail
-
getFreeMemory
public long getFreeMemory()
-
getTotalMemory
public long getTotalMemory()
-
getFreeMemoryLabel
public String getFreeMemoryLabel()
-
getTotalMemoryLabel
public String getTotalMemoryLabel()
-
getUsedMemoryLabel
public String getUsedMemoryLabel()
-
getUsedMemoryPercent
public int getUsedMemoryPercent()
-
-