Table of Contents

Class ModelMBeanInfoSupport

Namespace
Javax.Management.Modelmbean
Assembly
MASES.JNet.dll
public class ModelMBeanInfoSupport : MBeanInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<MBeanInfo>
ModelMBeanInfoSupport
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<MBeanInfo>.IsAssignableFrom(IJavaType)
JVMBridgeBase<MBeanInfo>.IsAssignableFrom<T>()
JVMBridgeBase<MBeanInfo>.Execute<T>(params T[])
JVMBridgeBase<MBeanInfo>.DynBridgeClazz
JVMBridgeBase<MBeanInfo>.BridgeClazz
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.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ModelMBeanInfoSupport()

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

public ModelMBeanInfoSupport()

ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[])

public ModelMBeanInfoSupport(String arg0, String arg1, ModelMBeanAttributeInfo[] arg2, ModelMBeanConstructorInfo[] arg3, ModelMBeanOperationInfo[] arg4, ModelMBeanNotificationInfo[] arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 ModelMBeanAttributeInfo[]

ModelMBeanAttributeInfo

arg3 ModelMBeanConstructorInfo[]

ModelMBeanConstructorInfo

arg4 ModelMBeanOperationInfo[]

ModelMBeanOperationInfo

arg5 ModelMBeanNotificationInfo[]

ModelMBeanNotificationInfo

ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor)

public ModelMBeanInfoSupport(String arg0, String arg1, ModelMBeanAttributeInfo[] arg2, ModelMBeanConstructorInfo[] arg3, ModelMBeanOperationInfo[] arg4, ModelMBeanNotificationInfo[] arg5, Descriptor arg6)

Parameters

arg0 String

String

arg1 String

String

arg2 ModelMBeanAttributeInfo[]

ModelMBeanAttributeInfo

arg3 ModelMBeanConstructorInfo[]

ModelMBeanConstructorInfo

arg4 ModelMBeanOperationInfo[]

ModelMBeanOperationInfo

arg5 ModelMBeanNotificationInfo[]

ModelMBeanNotificationInfo

arg6 Descriptor

Descriptor

ModelMBeanInfoSupport(ModelMBeanInfo)

public ModelMBeanInfoSupport(ModelMBeanInfo arg0)

Parameters

arg0 ModelMBeanInfo

ModelMBeanInfo

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MBeanDescriptor

public Descriptor MBeanDescriptor { get; set; }

Property Value

Descriptor

Methods

GetAttribute(String)

public ModelMBeanAttributeInfo GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

ModelMBeanAttributeInfo

ModelMBeanAttributeInfo

Exceptions

MBeanException
RuntimeOperationsException

GetConstructor(String)

public ModelMBeanConstructorInfo GetConstructor(String arg0)

Parameters

arg0 String

String

Returns

ModelMBeanConstructorInfo

ModelMBeanConstructorInfo

Exceptions

MBeanException
RuntimeOperationsException

GetDescriptor(String)

public Descriptor GetDescriptor(String arg0)

Parameters

arg0 String

String

Returns

Descriptor

Descriptor

Exceptions

MBeanException
RuntimeOperationsException

GetDescriptor(String, String)

public Descriptor GetDescriptor(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

Descriptor

Descriptor

Exceptions

MBeanException
RuntimeOperationsException

GetDescriptors(String)

public Descriptor[] GetDescriptors(String arg0)

Parameters

arg0 String

String

Returns

Descriptor[]

Descriptor

Exceptions

MBeanException
RuntimeOperationsException

GetNotification(String)

public ModelMBeanNotificationInfo GetNotification(String arg0)

Parameters

arg0 String

String

Returns

ModelMBeanNotificationInfo

ModelMBeanNotificationInfo

Exceptions

MBeanException
RuntimeOperationsException

GetOperation(String)

public ModelMBeanOperationInfo GetOperation(String arg0)

Parameters

arg0 String

String

Returns

ModelMBeanOperationInfo

ModelMBeanOperationInfo

Exceptions

MBeanException
RuntimeOperationsException

SetDescriptor(Descriptor, String)

public void SetDescriptor(Descriptor arg0, String arg1)

Parameters

arg0 Descriptor

Descriptor

arg1 String

String

Exceptions

MBeanException
RuntimeOperationsException

SetDescriptors(Descriptor[])

public void SetDescriptors(Descriptor[] arg0)

Parameters

arg0 Descriptor[]

Descriptor

Exceptions

MBeanException
RuntimeOperationsException

Operators

implicit operator ModelMBeanInfo(ModelMBeanInfoSupport)

public static implicit operator ModelMBeanInfo(ModelMBeanInfoSupport t)

Parameters

t ModelMBeanInfoSupport

Returns

ModelMBeanInfo