Class MBeanInfo
- Namespace
- Javax.Management
- Assembly
- MASES.JNet.dll
public class MBeanInfo : JVMBridgeBase<MBeanInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MBeanInfo
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MBeanInfo()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MBeanInfo()
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[])
public MBeanInfo(String arg0, String arg1, MBeanAttributeInfo[] arg2, MBeanConstructorInfo[] arg3, MBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)
Parameters
arg0
Stringarg1
Stringarg2
MBeanAttributeInfo[]arg3
MBeanConstructorInfo[]arg4
MBeanOperationInfo[]arg5
MBeanNotificationInfo[]
Exceptions
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)
public MBeanInfo(String arg0, String arg1, MBeanAttributeInfo[] arg2, MBeanConstructorInfo[] arg3, MBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)
Parameters
arg0
Stringarg1
Stringarg2
MBeanAttributeInfo[]arg3
MBeanConstructorInfo[]arg4
MBeanOperationInfo[]arg5
MBeanNotificationInfo[]arg6
Descriptor
Exceptions
MBeanInfo(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 MBeanInfo(params object[] args)
Parameters
args
object[]
Properties
Attributes
public MBeanAttributeInfo[] Attributes { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ClassName
public String ClassName { get; }
Property Value
Constructors
public MBeanConstructorInfo[] Constructors { get; }
Property Value
Description
public String Description { get; }
Property Value
Descriptor
public Descriptor Descriptor { 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
Notifications
public MBeanNotificationInfo[] Notifications { get; }
Property Value
Operations
public MBeanOperationInfo[] Operations { get; }
Property Value
Operators
implicit operator Serializable(MBeanInfo)
Converter from MBeanInfo to Serializable
public static implicit operator Serializable(MBeanInfo t)
Parameters
Returns
implicit operator Cloneable(MBeanInfo)
public static implicit operator Cloneable(MBeanInfo t)
Parameters
Returns
implicit operator DescriptorRead(MBeanInfo)
Converter from MBeanInfo to DescriptorRead
public static implicit operator DescriptorRead(MBeanInfo t)