Table of Contents

Class MBeanOperationInfo

Namespace
Javax.Management
Assembly
MASES.JNet.dll
public class MBeanOperationInfo : MBeanFeatureInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
MBeanOperationInfo
Implements
Derived
Inherited Members
Extension Methods

Constructors

MBeanOperationInfo()

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

public MBeanOperationInfo()

MBeanOperationInfo(String, Method)

public MBeanOperationInfo(String arg0, Method arg1)

Parameters

arg0 String

String

arg1 Method

Method

MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int)

public MBeanOperationInfo(String arg0, String arg1, MBeanParameterInfo[] arg2, String arg3, int arg4)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanParameterInfo[]

MBeanParameterInfo

arg3 String

String

arg4 int

int

MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor)

public MBeanOperationInfo(String arg0, String arg1, MBeanParameterInfo[] arg2, String arg3, int arg4, Descriptor arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 MBeanParameterInfo[]

MBeanParameterInfo

arg3 String

String

arg4 int

int

arg5 Descriptor

Descriptor

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

Parameters

args object[]

Properties

ACTION

public static int ACTION { get; }

Property Value

int

ACTION_INFO

public static int ACTION_INFO { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

INFO

public static int INFO { get; }

Property Value

int

Impact

public int Impact { get; }

Property Value

int

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

ReturnType

public String ReturnType { get; }

Property Value

String

Signature

public MBeanParameterInfo[] Signature { get; }

Property Value

MBeanParameterInfo[]

UNKNOWN

public static int UNKNOWN { get; }

Property Value

int

Operators

implicit operator Cloneable(MBeanOperationInfo)

Converter from MBeanOperationInfo to Cloneable

public static implicit operator Cloneable(MBeanOperationInfo t)

Parameters

t MBeanOperationInfo

Returns

Cloneable