Table of Contents

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 String

String

arg1 object

object

arg2 long

long

arg3 long

long

arg4 String

String

arg5 String

String

arg6 String

String

arg7 ObjectName

ObjectName

arg8 String

String

arg9 List<ObjectName>

List

arg10 List<ObjectName>

List

Exceptions

IllegalArgumentException

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 String

String

arg1 object

object

arg2 long

long

arg3 long

long

arg4 String

String

arg5 String

String

arg6 String

String

arg7 ObjectName

ObjectName

arg8 List<ObjectName>

List

Exceptions

IllegalArgumentException

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

string

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

MBeansToUnregister

public List<ObjectName> MBeansToUnregister { get; }

Property Value

List<ObjectName>

NewRoleValue

public List<ObjectName> NewRoleValue { get; }

Property Value

List<ObjectName>

ObjectName

public ObjectName ObjectName { get; }

Property Value

ObjectName

OldRoleValue

public List<ObjectName> OldRoleValue { get; }

Property Value

List<ObjectName>

RELATION_BASIC_CREATION

public static String RELATION_BASIC_CREATION { get; }

Property Value

String

RELATION_BASIC_REMOVAL

public static String RELATION_BASIC_REMOVAL { get; }

Property Value

String

RELATION_BASIC_UPDATE

public static String RELATION_BASIC_UPDATE { get; }

Property Value

String

RELATION_MBEAN_CREATION

public static String RELATION_MBEAN_CREATION { get; }

Property Value

String

RELATION_MBEAN_REMOVAL

public static String RELATION_MBEAN_REMOVAL { get; }

Property Value

String

RELATION_MBEAN_UPDATE

public static String RELATION_MBEAN_UPDATE { get; }

Property Value

String

RelationId

public String RelationId { get; }

Property Value

String

RelationTypeName

public String RelationTypeName { get; }

Property Value

String

RoleName

public String RoleName { get; }

Property Value

String