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
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int)
public MBeanOperationInfo(String arg0, String arg1, MBeanParameterInfo[] arg2, String arg3, int arg4)
Parameters
arg0
Stringarg1
Stringarg2
MBeanParameterInfo[]arg3
Stringarg4
int
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor)
public MBeanOperationInfo(String arg0, String arg1, MBeanParameterInfo[] arg2, String arg3, int arg4, Descriptor arg5)
Parameters
arg0
Stringarg1
Stringarg2
MBeanParameterInfo[]arg3
Stringarg4
intarg5
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
ACTION_INFO
public static int ACTION_INFO { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
INFO
public static int INFO { get; }
Property Value
Impact
public int Impact { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
ReturnType
public String ReturnType { get; }
Property Value
Signature
public MBeanParameterInfo[] Signature { get; }
Property Value
UNKNOWN
public static int UNKNOWN { get; }
Property Value
Operators
implicit operator Cloneable(MBeanOperationInfo)
Converter from MBeanOperationInfo to Cloneable
public static implicit operator Cloneable(MBeanOperationInfo t)