Class RuntimeMXBean
- Namespace
- Java.Lang.Management
- Assembly
- MASES.JNet.dll
public class RuntimeMXBean : PlatformManagedObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRuntimeMXBean, IPlatformManagedObject
- Inheritance
-
RuntimeMXBean
- Implements
- Inherited Members
-
JVMBridgeBase<PlatformManagedObject>.SExecuteWithSignature<TReturn>(string, string, params object[])
- Extension Methods
Constructors
RuntimeMXBean()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("RuntimeMXBean class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RuntimeMXBean()
RuntimeMXBean(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("RuntimeMXBean class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RuntimeMXBean(params object[] args)
Parameters
args
object[]
Properties
BootClassPath
public String BootClassPath { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ClassPath
public String ClassPath { get; }
Property Value
InputArguments
public List<String> InputArguments { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LibraryPath
public String LibraryPath { get; }
Property Value
ManagementSpecVersion
public String ManagementSpecVersion { get; }
Property Value
Name
public String Name { get; }
Property Value
Pid
public long Pid { get; }
Property Value
SpecName
public String SpecName { get; }
Property Value
SpecVendor
public String SpecVendor { get; }
Property Value
SpecVersion
public String SpecVersion { get; }
Property Value
StartTime
public long StartTime { get; }
Property Value
SystemProperties
public Map<String, String> SystemProperties { get; }
Property Value
Uptime
public long Uptime { get; }
Property Value
VmName
public String VmName { get; }
Property Value
VmVendor
public String VmVendor { get; }
Property Value
VmVersion
public String VmVersion { get; }
Property Value
Methods
IsBootClassPathSupported()
public bool IsBootClassPathSupported()