Table of Contents

Class OpenMBeanInfoSupport

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

Constructors

OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[])

public OpenMBeanInfoSupport(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 OpenMBeanAttributeInfo[]

OpenMBeanAttributeInfo

arg3 OpenMBeanConstructorInfo[]

OpenMBeanConstructorInfo

arg4 OpenMBeanOperationInfo[]

OpenMBeanOperationInfo

arg5 MBeanNotificationInfo[]

MBeanNotificationInfo

OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)

public OpenMBeanInfoSupport(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)

Parameters

arg0 String

String

arg1 String

String

arg2 OpenMBeanAttributeInfo[]

OpenMBeanAttributeInfo

arg3 OpenMBeanConstructorInfo[]

OpenMBeanConstructorInfo

arg4 OpenMBeanOperationInfo[]

OpenMBeanOperationInfo

arg5 MBeanNotificationInfo[]

MBeanNotificationInfo

arg6 Descriptor

Descriptor

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

Parameters

initializer IJVMBridgeBaseInitializer

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

Methods

CreatePoolableInstance(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[])

HPA initializer for OpenMBeanInfoSupport(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Openmbean.OpenMBeanAttributeInfo[] arg2, Javax.Management.Openmbean.OpenMBeanConstructorInfo[] arg3, Javax.Management.Openmbean.OpenMBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5)

public static OpenMBeanInfoSupport CreatePoolableInstance(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)

Parameters

arg0 String
arg1 String
arg2 OpenMBeanAttributeInfo[]
arg3 OpenMBeanConstructorInfo[]
arg4 OpenMBeanOperationInfo[]
arg5 MBeanNotificationInfo[]

Returns

OpenMBeanInfoSupport

CreatePoolableInstance(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)

HPA initializer for OpenMBeanInfoSupport(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Openmbean.OpenMBeanAttributeInfo[] arg2, Javax.Management.Openmbean.OpenMBeanConstructorInfo[] arg3, Javax.Management.Openmbean.OpenMBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5, Javax.Management.Descriptor arg6)

public static OpenMBeanInfoSupport CreatePoolableInstance(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)

Parameters

arg0 String
arg1 String
arg2 OpenMBeanAttributeInfo[]
arg3 OpenMBeanConstructorInfo[]
arg4 OpenMBeanOperationInfo[]
arg5 MBeanNotificationInfo[]
arg6 Descriptor

Returns

OpenMBeanInfoSupport

Operators

implicit operator OpenMBeanInfo(OpenMBeanInfoSupport)

public static implicit operator OpenMBeanInfo(OpenMBeanInfoSupport t)

Parameters

t OpenMBeanInfoSupport

Returns

OpenMBeanInfo