Provides methods for retrieving information about the Java Virtual Machine (JVM) within with the current server instance is running. You cannot change the JVM's operating parameters while the JVM is active. Instead, use the startup options that are described in the JVM's documentation.
The WebLogic JVM contains only one of these Runtime MBeans:
If the JVM is an instance of a JRockit JDK, then the JVM
contains JRockitRuntime MBean
.
Otherwise, it contains the JVMRuntimeMBean
.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.JVMRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
||
Subtypes |
The following MBeans extend or implement this MBean type:
|
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
The current amount of memory (in bytes) that is available in the JVM heap.
Privileges | Read only |
Type | long |
Percentage of the maximum memory that is free.
Privileges | Read only |
Type | int |
The current size (in bytes) of the JVM heap.
Privileges | Read only |
Type | long |
The maximum free memory configured for this JVM.
Privileges | Read only |
Type | long |
Returns the vendor of Java.
The vendor of Java that this server runs.
Privileges | Read only |
Type | java.lang.String |
The Java version of the JVM.
Privileges | Read only |
Type | java.lang.String |
Returns the vendor of the JVM.
The vendor of the JVM that this server runs.
system property java.vm.vendor is returned
Privileges | Read only |
Type | java.lang.String |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Returns the operating system on which the JVM is running.
The operating system on which the JVM is running.
Privileges | Read only |
Type | java.lang.String |
The version of the operating system on which the JVM is running.
Privileges | Read only |
Type | java.lang.String |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
JVM thread dump. Thread dump is available only on 1.5 VM
Privileges | Read only |
Type | java.lang.String |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
The number of milliseconds that the Virtual Machine has been running.
Privileges | Read only |
Type | long |