Class ModelMBeanAttributeInfo
- Namespace
- Javax.Management.Modelmbean
- Assembly
- MASES.JNet.dll
public class ModelMBeanAttributeInfo : MBeanAttributeInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ModelMBeanAttributeInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ModelMBeanAttributeInfo(String, String, Method, Method)
public ModelMBeanAttributeInfo(String arg0, String arg1, Method arg2, Method arg3)
Parameters
Exceptions
ModelMBeanAttributeInfo(String, String, Method, Method, Descriptor)
public ModelMBeanAttributeInfo(String arg0, String arg1, Method arg2, Method arg3, Descriptor arg4)
Parameters
arg0Stringarg1Stringarg2Methodarg3Methodarg4Descriptor
Exceptions
ModelMBeanAttributeInfo(String, String, String, bool, bool, bool)
public ModelMBeanAttributeInfo(String arg0, String arg1, String arg2, bool arg3, bool arg4, bool arg5)
Parameters
ModelMBeanAttributeInfo(String, String, String, bool, bool, bool, Descriptor)
public ModelMBeanAttributeInfo(String arg0, String arg1, String arg2, bool arg3, bool arg4, bool arg5, Descriptor arg6)
Parameters
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo)
public ModelMBeanAttributeInfo(ModelMBeanAttributeInfo arg0)
Parameters
ModelMBeanAttributeInfo(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 ModelMBeanAttributeInfo(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, Method, Method)
HPA initializer for ModelMBeanAttributeInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.Reflect.Method arg2, Java.Lang.Reflect.Method arg3)
public static ModelMBeanAttributeInfo CreatePoolableInstance(String arg0, String arg1, Method arg2, Method arg3)
Parameters
Returns
CreatePoolableInstance(String, String, Method, Method, Descriptor)
HPA initializer for ModelMBeanAttributeInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.Reflect.Method arg2, Java.Lang.Reflect.Method arg3, Javax.Management.Descriptor arg4)
public static ModelMBeanAttributeInfo CreatePoolableInstance(String arg0, String arg1, Method arg2, Method arg3, Descriptor arg4)
Parameters
arg0Stringarg1Stringarg2Methodarg3Methodarg4Descriptor
Returns
CreatePoolableInstance(String, String, String, bool, bool, bool)
HPA initializer for ModelMBeanAttributeInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, bool arg3, bool arg4, bool arg5)
public static ModelMBeanAttributeInfo CreatePoolableInstance(String arg0, String arg1, String arg2, bool arg3, bool arg4, bool arg5)
Parameters
Returns
CreatePoolableInstance(String, String, String, bool, bool, bool, Descriptor)
HPA initializer for ModelMBeanAttributeInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, bool arg3, bool arg4, bool arg5, Javax.Management.Descriptor arg6)
public static ModelMBeanAttributeInfo CreatePoolableInstance(String arg0, String arg1, String arg2, bool arg3, bool arg4, bool arg5, Descriptor arg6)
Parameters
Returns
CreatePoolableInstance(ModelMBeanAttributeInfo)
HPA initializer for ModelMBeanAttributeInfo(Javax.Management.Modelmbean.ModelMBeanAttributeInfo arg0)
public static ModelMBeanAttributeInfo CreatePoolableInstance(ModelMBeanAttributeInfo arg0)
Parameters
Returns
SetDescriptor(Descriptor)
public void SetDescriptor(Descriptor arg0)
Parameters
arg0Descriptor
Operators
implicit operator DescriptorAccess(ModelMBeanAttributeInfo)
Converter from ModelMBeanAttributeInfo to DescriptorAccess
public static implicit operator DescriptorAccess(ModelMBeanAttributeInfo t)