Table of Contents

Class MBeanInfo

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

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

MBeanInfo(params object[])

Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base 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 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[]

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