Class StringMonitorMBean
- Namespace
- Javax.Management.Monitor
- Assembly
- MASES.JNet.dll
public class StringMonitorMBean : MonitorMBean, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IStringMonitorMBean, IMonitorMBean
- Inheritance
-
StringMonitorMBean
- Implements
- Inherited Members
- Extension Methods
Constructors
StringMonitorMBean(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public StringMonitorMBean(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DerivedGauge
[Obsolete("Deprecated in JVM")]
public String DerivedGauge { get; }
Property Value
DerivedGaugeTimeStamp
[Obsolete("Deprecated in JVM")]
public long DerivedGaugeTimeStamp { 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 java.lang.AutoCloseable
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
NotifyDiffer
https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#getNotifyDiffer-- https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#setNotifyDiffer-boolean-
public bool NotifyDiffer { get; set; }
Property Value
NotifyMatch
https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#getNotifyMatch-- https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#setNotifyMatch-boolean-
public bool NotifyMatch { get; set; }
Property Value
StringToCompare
https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#getStringToCompare-- https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/StringMonitorMBean.html#setStringToCompare-java.lang.String-
public String StringToCompare { get; set; }
Property Value
Methods
GetDerivedGauge(ObjectName)
public String GetDerivedGauge(ObjectName arg0)
Parameters
arg0ObjectName
Returns
GetDerivedGaugeTimeStamp(ObjectName)
public long GetDerivedGaugeTimeStamp(ObjectName arg0)
Parameters
arg0ObjectName