OSMQ
v2.0.1

osmq.util
Class RuntimeInfo

java.lang.Object
  extended byosmq.util.RuntimeInfo

public abstract class RuntimeInfo
extends java.lang.Object


Constructor Summary
RuntimeInfo()
           
 
Method Summary
static long getFreeMemory()
           
static java.lang.String getFreeMemoryString()
           
static long getGCFreeMemory()
           
static long getTotalMemory()
           
static java.lang.String getTotalMemoryString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeInfo

public RuntimeInfo()
Method Detail

getTotalMemory

public static long getTotalMemory()

getGCFreeMemory

public static long getGCFreeMemory()

getFreeMemory

public static long getFreeMemory()

getFreeMemoryString

public static java.lang.String getFreeMemoryString()

getTotalMemoryString

public static java.lang.String getTotalMemoryString()

(c) 2000 - 2003 MQue Systems
All Rights Reserved