com.atlassian.confluence.status.service.systeminfo
Class MemoryInfo

java.lang.Object
  extended by com.atlassian.confluence.status.service.systeminfo.MemoryInfo

public class MemoryInfo
extends java.lang.Object

Simple bean encapsulating information about the system's memory.


Constructor Summary
MemoryInfo()
           
 
Method Summary
 long getFreeMemory()
           
 long getFreeMemoryInMegabytes()
           
 long getTotalMemory()
           
 long getTotalMemoryInMegabytes()
           
 long getUsedMemory()
           
 long getUsedMemoryInMegabytes()
           
 void setFreeMemory(long freeMemory)
           
 void setTotalMemory(long totalMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryInfo

public MemoryInfo()
Method Detail

getTotalMemory

public long getTotalMemory()

setTotalMemory

public void setTotalMemory(long totalMemory)

getFreeMemory

public long getFreeMemory()

setFreeMemory

public void setFreeMemory(long freeMemory)

getUsedMemory

public long getUsedMemory()

getTotalMemoryInMegabytes

public long getTotalMemoryInMegabytes()

getFreeMemoryInMegabytes

public long getFreeMemoryInMegabytes()

getUsedMemoryInMegabytes

public long getUsedMemoryInMegabytes()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.