Table of Contents

Class MBeanInfo

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

Constructors

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(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 MBeanInfo(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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 java.lang.AutoCloseable

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[]

Methods

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

HPA initializer for MBeanInfo(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.MBeanAttributeInfo[] arg2, Javax.Management.MBeanConstructorInfo[] arg3, Javax.Management.MBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5)

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

Parameters

arg0 String
arg1 String
arg2 MBeanAttributeInfo[]
arg3 MBeanConstructorInfo[]
arg4 MBeanOperationInfo[]
arg5 MBeanNotificationInfo[]

Returns

MBeanInfo

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

HPA initializer for MBeanInfo(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.MBeanAttributeInfo[] arg2, Javax.Management.MBeanConstructorInfo[] arg3, Javax.Management.MBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5, Javax.Management.Descriptor arg6)

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

Parameters

arg0 String
arg1 String
arg2 MBeanAttributeInfo[]
arg3 MBeanConstructorInfo[]
arg4 MBeanOperationInfo[]
arg5 MBeanNotificationInfo[]
arg6 Descriptor

Returns

MBeanInfo

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