Class RelationNotification
- Namespace
- Javax.Management.Relation
- Assembly
- MASES.JNet.dll
public class RelationNotification : Notification, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
RelationNotification
- Implements
- Inherited Members
- Extension Methods
Constructors
RelationNotification()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public RelationNotification()
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
arg0
Stringarg1
objectarg2
longarg3
longarg4
Stringarg5
Stringarg6
Stringarg7
ObjectNamearg8
Stringarg9
List<ObjectName>arg10
List<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
arg0
Stringarg1
objectarg2
longarg3
longarg4
Stringarg5
Stringarg6
Stringarg7
ObjectNamearg8
List<ObjectName>
Exceptions
RelationNotification(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 RelationNotification(params object[] args)
Parameters
args
object[]
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 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
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; }