ColdBox Platform Version 2.6.4

coldbox.system.plugins
Class JVMUtils

WEB-INF.cftags.component
        extended by coldbox.system.plugins.JVMUtils

public class JVMUtils
extends WEB-INF.cftags.component

This is a JVM Utilities CFC


Constructor Summary
init()
 
Method Summary
 string getIPAddress()
          Get the ip address of the executing hostname machine
 string getInetHost()
          Get the hostname of the executing machine
 string getJVMFreeMemory()
          Get the JVM's free memory
 string getJVMTotalMemory()
          Get the JVM's total memory
 string getJavaRuntime()
          Get the java runtime version
 string getJavaVersion()
          Get the java version
 string getOSFileSeparator()
          Get the operating system's file separator character
 string getOSName()
          Get the operating system's name
 string getOSPathSeparator()
          Get the operating system's path separator character
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()

Method Detail

getIPAddress

public string getIPAddress()
Get the ip address of the executing hostname machine.


getInetHost

public string getInetHost()
Get the hostname of the executing machine.


getJVMFreeMemory

public string getJVMFreeMemory()
Get the JVM's free memory.


getJVMTotalMemory

public string getJVMTotalMemory()
Get the JVM's total memory.


getJavaRuntime

public string getJavaRuntime()
Get the java runtime version


getJavaVersion

public string getJavaVersion()
Get the java version.


getOSFileSeparator

public string getOSFileSeparator()
Get the operating system's file separator character


getOSName

public string getOSName()
Get the operating system's name


getOSPathSeparator

public string getOSPathSeparator()
Get the operating system's path separator character.


ColdBox Platform Version 2.6.4