Table of Contents

Class DescriptorSupport

Namespace
Javax.Management.Modelmbean
Assembly
MASES.JNet.dll
public class DescriptorSupport : Descriptor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IDescriptor
Inheritance
JVMBridgeBase
JVMBridgeBase<Descriptor>
DescriptorSupport
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Descriptor>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Descriptor>.IsAssignableFrom<T>()
JVMBridgeBase<Descriptor>.Execute<T>(params T[])
JVMBridgeBase<Descriptor>.DynBridgeClazz
JVMBridgeBase<Descriptor>.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

DescriptorSupport()

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

public DescriptorSupport()

DescriptorSupport(String)

public DescriptorSupport(String arg0)

Parameters

arg0 String

String

Exceptions

MBeanException
RuntimeOperationsException
XMLParseException

DescriptorSupport(params String[])

public DescriptorSupport(params String[] arg0)

Parameters

arg0 String[]

String

DescriptorSupport(DescriptorSupport)

public DescriptorSupport(DescriptorSupport arg0)

Parameters

arg0 DescriptorSupport

DescriptorSupport

DescriptorSupport(int)

public DescriptorSupport(int arg0)

Parameters

arg0 int

int

Exceptions

MBeanException
RuntimeOperationsException

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FieldNames

public String[] FieldNames { get; }

Property Value

String[]

Fields

public String[] Fields { 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

Methods

GetFieldValue(String)

public object GetFieldValue(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

RuntimeOperationsException

GetFieldValues(params String[])

public object[] GetFieldValues(params String[] arg0)

Parameters

arg0 String[]

String

Returns

object[]

object

IsValid()

public bool IsValid()

Returns

bool

bool

Exceptions

RuntimeOperationsException

RemoveField(String)

public void RemoveField(String arg0)

Parameters

arg0 String

String

SetField(String, object)

public void SetField(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

RuntimeOperationsException

SetFields(String[], object[])

public void SetFields(String[] arg0, object[] arg1)

Parameters

arg0 String[]

String

arg1 object[]

object

Exceptions

RuntimeOperationsException

ToXMLString()

public String ToXMLString()

Returns

String

String