Class MonitorNotification
- Namespace
- Javax.Management.Monitor
- Assembly
- MASES.JNet.dll
public class MonitorNotification : Notification, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<Serializable>MonitorNotification
- Implements
- Inherited Members
-
JVMBridgeCore<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeCore<Serializable>.IsAssignableFrom<T>()JVMBridgeCore<Serializable>.Execute<T>(params T[])JVMBridgeCore<Serializable>.DynBridgeClazzJVMBridgeCore<Serializable>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeListener
- Extension Methods
Constructors
MonitorNotification(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MonitorNotification(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
argsobject[]
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; }