Class RelationNotification
- Namespace
- Javax.Management.Relation
- Assembly
- MASES.JNet.dll
public class RelationNotification : Notification, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
RelationNotification
- Implements
- Inherited Members
-
JVMBridgeBase<Serializable>.SExecuteWithSignatureStream<TArrayType>(string, string, params object[])JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Serializable>.IsAssignableFrom<T>()JVMBridgeBase<Serializable>.Execute<T>(params T[])JVMBridgeBase<Serializable>.DynBridgeClazzJVMBridgeBase<Serializable>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
RelationNotification(String, object, long, long, String, String, String, ObjectName, String, List<ObjectName>, List<ObjectName>)
public RelationNotification(String arg0, object arg1, long arg2, long arg3, String arg4, String arg5, String arg6, ObjectName arg7, String arg8, List<ObjectName> arg9, List<ObjectName> arg10)
Parameters
arg0Stringarg1objectarg2longarg3longarg4Stringarg5Stringarg6Stringarg7ObjectNamearg8Stringarg9List<ObjectName>arg10List<ObjectName>
Exceptions
RelationNotification(String, object, long, long, String, String, String, ObjectName, List<ObjectName>)
public RelationNotification(String arg0, object arg1, long arg2, long arg3, String arg4, String arg5, String arg6, ObjectName arg7, List<ObjectName> arg8)
Parameters
arg0Stringarg1objectarg2longarg3longarg4Stringarg5Stringarg6Stringarg7ObjectNamearg8List<ObjectName>
Exceptions
RelationNotification(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 RelationNotification(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
RelationNotification(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
public RelationNotification(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
MBeansToUnregister
public List<ObjectName> MBeansToUnregister { get; }
Property Value
NewRoleValue
public List<ObjectName> NewRoleValue { get; }
Property Value
ObjectName
public ObjectName ObjectName { get; }
Property Value
OldRoleValue
public List<ObjectName> OldRoleValue { get; }
Property Value
RELATION_BASIC_CREATION
public static String RELATION_BASIC_CREATION { get; }
Property Value
RELATION_BASIC_REMOVAL
public static String RELATION_BASIC_REMOVAL { get; }
Property Value
RELATION_BASIC_UPDATE
public static String RELATION_BASIC_UPDATE { get; }
Property Value
RELATION_MBEAN_CREATION
public static String RELATION_MBEAN_CREATION { get; }
Property Value
RELATION_MBEAN_REMOVAL
public static String RELATION_MBEAN_REMOVAL { get; }
Property Value
RELATION_MBEAN_UPDATE
public static String RELATION_MBEAN_UPDATE { get; }
Property Value
RelationId
public String RelationId { get; }
Property Value
RelationTypeName
public String RelationTypeName { get; }
Property Value
RoleName
public String RoleName { get; }