Table of Contents

Class MBeanInfo

Namespace
Javax.Management
Assembly
MASES.JNet.dll
public class MBeanInfo : JVMBridgeBase<MBeanInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
MBeanInfo
Implements
Derived
Inherited Members
Extension Methods

Constructors

MBeanInfo()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public MBeanInfo()

MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[])

public MBeanInfo(String arg0, String arg1, MBeanAttributeInfo[] arg2, MBeanConstructorInfo[] arg3, MBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanAttributeInfo[]

MBeanAttributeInfo

arg3 MBeanConstructorInfo[]

MBeanConstructorInfo

arg4 MBeanOperationInfo[]

MBeanOperationInfo

arg5 MBeanNotificationInfo[]

MBeanNotificationInfo

Exceptions

IllegalArgumentException

MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)

public MBeanInfo(String arg0, String arg1, MBeanAttributeInfo[] arg2, MBeanConstructorInfo[] arg3, MBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanAttributeInfo[]

MBeanAttributeInfo

arg3 MBeanConstructorInfo[]

MBeanConstructorInfo

arg4 MBeanOperationInfo[]

MBeanOperationInfo

arg5 MBeanNotificationInfo[]

MBeanNotificationInfo

arg6 Descriptor

Descriptor

Exceptions

IllegalArgumentException

MBeanInfo(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 MBeanInfo(params object[] args)

Parameters

args object[]

Properties

Attributes

public MBeanAttributeInfo[] Attributes { get; }

Property Value

MBeanAttributeInfo[]

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ClassName

public String ClassName { get; }

Property Value

String

Constructors

public MBeanConstructorInfo[] Constructors { get; }

Property Value

MBeanConstructorInfo[]

Description

public String Description { get; }

Property Value

String

Descriptor

public Descriptor Descriptor { get; }

Property Value

Descriptor

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

Notifications

public MBeanNotificationInfo[] Notifications { get; }

Property Value

MBeanNotificationInfo[]

Operations

public MBeanOperationInfo[] Operations { get; }

Property Value

MBeanOperationInfo[]

Operators

implicit operator Serializable(MBeanInfo)

Converter from MBeanInfo to Serializable

public static implicit operator Serializable(MBeanInfo t)

Parameters

t MBeanInfo

Returns

Serializable

implicit operator Cloneable(MBeanInfo)

Converter from MBeanInfo to Cloneable

public static implicit operator Cloneable(MBeanInfo t)

Parameters

t MBeanInfo

Returns

Cloneable

implicit operator DescriptorRead(MBeanInfo)

Converter from MBeanInfo to DescriptorRead

public static implicit operator DescriptorRead(MBeanInfo t)

Parameters

t MBeanInfo

Returns

DescriptorRead