Table of Contents

Class ModelMBeanConstructorInfo

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

Constructors

ModelMBeanConstructorInfo(String, Constructor<object>)

public ModelMBeanConstructorInfo(String arg0, Constructor<object> arg1)

Parameters

arg0 String

String

arg1 Constructor<object>

Constructor

ModelMBeanConstructorInfo(String, Constructor<object>, Descriptor)

public ModelMBeanConstructorInfo(String arg0, Constructor<object> arg1, Descriptor arg2)

Parameters

arg0 String

String

arg1 Constructor<object>

Constructor

arg2 Descriptor

Descriptor

ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[])

public ModelMBeanConstructorInfo(String arg0, String arg1, MBeanParameterInfo[] arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanParameterInfo[]

MBeanParameterInfo

ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor)

public ModelMBeanConstructorInfo(String arg0, String arg1, MBeanParameterInfo[] arg2, Descriptor arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanParameterInfo[]

MBeanParameterInfo

arg3 Descriptor

Descriptor

ModelMBeanConstructorInfo(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 ModelMBeanConstructorInfo(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, Constructor<object>)

HPA initializer for ModelMBeanConstructorInfo(Java.Lang.String arg0, Java.Lang.Reflect.Constructor%3Cobject%3E arg1)

public static ModelMBeanConstructorInfo CreatePoolableInstance(String arg0, Constructor<object> arg1)

Parameters

arg0 String
arg1 Constructor<object>

Returns

ModelMBeanConstructorInfo

CreatePoolableInstance(String, Constructor<object>, Descriptor)

HPA initializer for ModelMBeanConstructorInfo(Java.Lang.String arg0, Java.Lang.Reflect.Constructor%3Cobject%3E arg1, Javax.Management.Descriptor arg2)

public static ModelMBeanConstructorInfo CreatePoolableInstance(String arg0, Constructor<object> arg1, Descriptor arg2)

Parameters

arg0 String
arg1 Constructor<object>
arg2 Descriptor

Returns

ModelMBeanConstructorInfo

CreatePoolableInstance(String, String, MBeanParameterInfo[])

HPA initializer for ModelMBeanConstructorInfo(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.MBeanParameterInfo[] arg2)

public static ModelMBeanConstructorInfo CreatePoolableInstance(String arg0, String arg1, MBeanParameterInfo[] arg2)

Parameters

arg0 String
arg1 String
arg2 MBeanParameterInfo[]

Returns

ModelMBeanConstructorInfo

CreatePoolableInstance(String, String, MBeanParameterInfo[], Descriptor)

HPA initializer for ModelMBeanConstructorInfo(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.MBeanParameterInfo[] arg2, Javax.Management.Descriptor arg3)

public static ModelMBeanConstructorInfo CreatePoolableInstance(String arg0, String arg1, MBeanParameterInfo[] arg2, Descriptor arg3)

Parameters

arg0 String
arg1 String
arg2 MBeanParameterInfo[]
arg3 Descriptor

Returns

ModelMBeanConstructorInfo

SetDescriptor(Descriptor)

public void SetDescriptor(Descriptor arg0)

Parameters

arg0 Descriptor

Descriptor

Operators

implicit operator DescriptorAccess(ModelMBeanConstructorInfo)

public static implicit operator DescriptorAccess(ModelMBeanConstructorInfo t)

Parameters

t ModelMBeanConstructorInfo

Returns

DescriptorAccess