Table of Contents

Class MBeanInfo

Namespace
Javax.Management
Assembly
MASES.JNet.dll
public class MBeanInfo : JVMBridgeCore<MBeanInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeCore
JVMBridgeCore<MBeanInfo>
MBeanInfo
Implements
Derived
Inherited Members
JVMBridgeCore<MBeanInfo>.IsAssignableFrom(IJavaType)
JVMBridgeCore<MBeanInfo>.IsAssignableFrom<T>()
JVMBridgeCore<MBeanInfo>.Execute<T>(params T[])
JVMBridgeCore<MBeanInfo>.DynBridgeClazz
JVMBridgeCore<MBeanInfo>.BridgeClazz
JVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeCore.RuntimeClassNameOf<T>()
JVMBridgeCore.ClassNameOf<T>()
JVMBridgeCore.ClassOf<T>()
JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeCore.MonitorEnter()
JVMBridgeCore.MonitorExit()
JVMBridgeCore.IsInstanceOf(IJavaType)
JVMBridgeCore.IsInstanceOf<T>()
JVMBridgeCore.RuntimeIsInstanceOf<T>()
JVMBridgeCore.CastTo<TNewClass>()
JVMBridgeCore.CastDirect<TNewClass>()
JVMBridgeCore.ToString()
JVMBridgeCore.Equals(IJVMBridgeBase)
JVMBridgeCore.GetHashCode()
JVMBridgeCore.Notify()
JVMBridgeCore.NotifyAll()
JVMBridgeCore.Wait()
JVMBridgeCore.DynBridgeInstance
JVMBridgeCore.BridgeInstance
JVMBridgeCore.IsBridgeListener
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)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MBeanInfo(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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