public class SystemEnvironment
extends com.streamscape.sdo.IAbstractDataObject
Title: Service Event Fabric Runtime
Description: Contains the system environment.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SystemEnvironment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJvmName()
Returns the name of the JVM implementation.
|
long |
getJvmStartTime()
Returns the start time (in milliseconds) of the JVM.
|
java.lang.String |
getJvmVendor()
Returns the vendor of the JVM implementation.
|
java.lang.String |
getJvmVersion()
Returns the version of the JVM implementation.
|
java.lang.String |
getOsArchitecture()
Returns the architecture of the operating system.
|
java.lang.String |
getOsName()
Returns the name of the operating system.
|
java.lang.String |
getOsVersion()
Returns the version of the operating system.
|
int |
getProcessorsNumber()
Returns the number of processors available to the Java virtual machine.
|
long |
getTotalPhysicalMemorySize()
Returns the total amount of physical memory in bytes.
|
long |
getTotalSwapSpaceSize()
Returns the total amount of swap space in bytes.
|
clone
public java.lang.String getOsName()
public java.lang.String getOsArchitecture()
public java.lang.String getOsVersion()
public int getProcessorsNumber()
public long getTotalPhysicalMemorySize()
public long getTotalSwapSpaceSize()
public java.lang.String getJvmName()
public java.lang.String getJvmVendor()
public java.lang.String getJvmVersion()
public long getJvmStartTime()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.