Class MonitorNotification
- Namespace
- Javax.Management.Monitor
- Assembly
- MASES.JNet.dll
public class MonitorNotification : Notification, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
MonitorNotification
- Implements
- Inherited Members
- Extension Methods
Constructors
MonitorNotification()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MonitorNotification()
MonitorNotification(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
public MonitorNotification(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DerivedGauge
public object DerivedGauge { 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
OBSERVED_ATTRIBUTE_ERROR
public static String OBSERVED_ATTRIBUTE_ERROR { get; }
Property Value
OBSERVED_ATTRIBUTE_TYPE_ERROR
public static String OBSERVED_ATTRIBUTE_TYPE_ERROR { get; }
Property Value
OBSERVED_OBJECT_ERROR
public static String OBSERVED_OBJECT_ERROR { get; }
Property Value
ObservedAttribute
public String ObservedAttribute { get; }
Property Value
ObservedObject
public ObjectName ObservedObject { get; }
Property Value
RUNTIME_ERROR
public static String RUNTIME_ERROR { get; }
Property Value
STRING_TO_COMPARE_VALUE_DIFFERED
public static String STRING_TO_COMPARE_VALUE_DIFFERED { get; }
Property Value
STRING_TO_COMPARE_VALUE_MATCHED
public static String STRING_TO_COMPARE_VALUE_MATCHED { get; }
Property Value
THRESHOLD_ERROR
public static String THRESHOLD_ERROR { get; }
Property Value
THRESHOLD_HIGH_VALUE_EXCEEDED
public static String THRESHOLD_HIGH_VALUE_EXCEEDED { get; }
Property Value
THRESHOLD_LOW_VALUE_EXCEEDED
public static String THRESHOLD_LOW_VALUE_EXCEEDED { get; }
Property Value
THRESHOLD_VALUE_EXCEEDED
public static String THRESHOLD_VALUE_EXCEEDED { get; }
Property Value
Trigger
public object Trigger { get; }