Class OpenMBeanInfoSupport
- Namespace
- Javax.Management.Openmbean
- Assembly
- MASES.JNet.dll
public class OpenMBeanInfoSupport : MBeanInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
OpenMBeanInfoSupport
- Implements
- Inherited Members
- Extension Methods
Constructors
OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[])
public OpenMBeanInfoSupport(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)
Parameters
arg0Stringarg1Stringarg2OpenMBeanAttributeInfo[]arg3OpenMBeanConstructorInfo[]arg4OpenMBeanOperationInfo[]arg5MBeanNotificationInfo[]
OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)
public OpenMBeanInfoSupport(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)
Parameters
arg0Stringarg1Stringarg2OpenMBeanAttributeInfo[]arg3OpenMBeanConstructorInfo[]arg4OpenMBeanOperationInfo[]arg5MBeanNotificationInfo[]arg6Descriptor
OpenMBeanInfoSupport(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 OpenMBeanInfoSupport(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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 java.lang.AutoCloseable
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
Methods
CreatePoolableInstance(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[])
HPA initializer for OpenMBeanInfoSupport(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Openmbean.OpenMBeanAttributeInfo[] arg2, Javax.Management.Openmbean.OpenMBeanConstructorInfo[] arg3, Javax.Management.Openmbean.OpenMBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5)
public static OpenMBeanInfoSupport CreatePoolableInstance(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5)
Parameters
arg0Stringarg1Stringarg2OpenMBeanAttributeInfo[]arg3OpenMBeanConstructorInfo[]arg4OpenMBeanOperationInfo[]arg5MBeanNotificationInfo[]
Returns
CreatePoolableInstance(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[], Descriptor)
HPA initializer for OpenMBeanInfoSupport(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Openmbean.OpenMBeanAttributeInfo[] arg2, Javax.Management.Openmbean.OpenMBeanConstructorInfo[] arg3, Javax.Management.Openmbean.OpenMBeanOperationInfo[] arg4, Javax.Management.MBeanNotificationInfo[] arg5, Javax.Management.Descriptor arg6)
public static OpenMBeanInfoSupport CreatePoolableInstance(String arg0, String arg1, OpenMBeanAttributeInfo[] arg2, OpenMBeanConstructorInfo[] arg3, OpenMBeanOperationInfo[] arg4, MBeanNotificationInfo[] arg5, Descriptor arg6)
Parameters
arg0Stringarg1Stringarg2OpenMBeanAttributeInfo[]arg3OpenMBeanConstructorInfo[]arg4OpenMBeanOperationInfo[]arg5MBeanNotificationInfo[]arg6Descriptor
Returns
Operators
implicit operator OpenMBeanInfo(OpenMBeanInfoSupport)
Converter from OpenMBeanInfoSupport to OpenMBeanInfo
public static implicit operator OpenMBeanInfo(OpenMBeanInfoSupport t)