Table of Contents

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

string

DerivedGauge

public object DerivedGauge { get; }

Property Value

object

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OBSERVED_ATTRIBUTE_ERROR

public static String OBSERVED_ATTRIBUTE_ERROR { get; }

Property Value

String

OBSERVED_ATTRIBUTE_TYPE_ERROR

public static String OBSERVED_ATTRIBUTE_TYPE_ERROR { get; }

Property Value

String

OBSERVED_OBJECT_ERROR

public static String OBSERVED_OBJECT_ERROR { get; }

Property Value

String

ObservedAttribute

public String ObservedAttribute { get; }

Property Value

String

ObservedObject

public ObjectName ObservedObject { get; }

Property Value

ObjectName

RUNTIME_ERROR

public static String RUNTIME_ERROR { get; }

Property Value

String

STRING_TO_COMPARE_VALUE_DIFFERED

public static String STRING_TO_COMPARE_VALUE_DIFFERED { get; }

Property Value

String

STRING_TO_COMPARE_VALUE_MATCHED

public static String STRING_TO_COMPARE_VALUE_MATCHED { get; }

Property Value

String

THRESHOLD_ERROR

public static String THRESHOLD_ERROR { get; }

Property Value

String

THRESHOLD_HIGH_VALUE_EXCEEDED

public static String THRESHOLD_HIGH_VALUE_EXCEEDED { get; }

Property Value

String

THRESHOLD_LOW_VALUE_EXCEEDED

public static String THRESHOLD_LOW_VALUE_EXCEEDED { get; }

Property Value

String

THRESHOLD_VALUE_EXCEEDED

public static String THRESHOLD_VALUE_EXCEEDED { get; }

Property Value

String

Trigger

public object Trigger { get; }

Property Value

object