|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.plugins.JVMUtils
public class JVMUtils
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 |
|---|
public init()
| Method Detail |
|---|
public string getIPAddress()
public string getInetHost()
public string getJVMFreeMemory()
public string getJVMTotalMemory()
public string getJavaRuntime()
public string getJavaVersion()
public string getOSFileSeparator()
public string getOSName()
public string getOSPathSeparator()
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||