Class OpenMBeanAttributeInfoSupport
- Namespace
- Javax.Management.Openmbean
- Assembly
- MASES.JNet.dll
public class OpenMBeanAttributeInfoSupport : MBeanAttributeInfo, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<MBeanFeatureInfo>OpenMBeanAttributeInfoSupport
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<MBeanFeatureInfo>.IsAssignableFrom(IJavaType)JVMBridgeBase<MBeanFeatureInfo>.IsAssignableFrom<T>()JVMBridgeBase<MBeanFeatureInfo>.Execute<T>(params T[])JVMBridgeBase<MBeanFeatureInfo>.DynBridgeClazzJVMBridgeBase<MBeanFeatureInfo>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
OpenMBeanAttributeInfoSupport()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public OpenMBeanAttributeInfoSupport()
OpenMBeanAttributeInfoSupport(String, String, OpenType, bool, bool, bool, object)
public OpenMBeanAttributeInfoSupport(String arg0, String arg1, OpenType arg2, bool arg3, bool arg4, bool arg5, object arg6)
Parameters
Exceptions
OpenMBeanAttributeInfoSupport(String, String, OpenType, bool, bool, bool, object, Comparable, Comparable)
public OpenMBeanAttributeInfoSupport(String arg0, String arg1, OpenType arg2, bool arg3, bool arg4, bool arg5, object arg6, Comparable arg7, Comparable arg8)
Parameters
arg0
Stringarg1
Stringarg2
OpenTypearg3
boolarg4
boolarg5
boolarg6
objectarg7
Comparablearg8
Comparable
Exceptions
OpenMBeanAttributeInfoSupport(String, String, OpenType, bool, bool, bool, object, object[])
public OpenMBeanAttributeInfoSupport(String arg0, String arg1, OpenType arg2, bool arg3, bool arg4, bool arg5, object arg6, object[] arg7)
Parameters
Exceptions
OpenMBeanAttributeInfoSupport(String, String, OpenType<object>, bool, bool, bool)
public OpenMBeanAttributeInfoSupport(String arg0, String arg1, OpenType<object> arg2, bool arg3, bool arg4, bool arg5)
Parameters
OpenMBeanAttributeInfoSupport(String, String, OpenType<object>, bool, bool, bool, Descriptor)
public OpenMBeanAttributeInfoSupport(String arg0, String arg1, OpenType<object> arg2, bool arg3, bool arg4, bool arg5, Descriptor arg6)
Parameters
OpenMBeanAttributeInfoSupport(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 OpenMBeanAttributeInfoSupport(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DefaultValue
public object DefaultValue { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LegalValues
public Set<object> LegalValues { get; }
Property Value
MaxValue
public Comparable<object> MaxValue { get; }
Property Value
MinValue
public Comparable<object> MinValue { get; }
Property Value
OpenType
public OpenType<object> OpenType { get; }
Property Value
Methods
HasDefaultValue()
public bool HasDefaultValue()
Returns
HasLegalValues()
public bool HasLegalValues()
Returns
HasMaxValue()
public bool HasMaxValue()
Returns
HasMinValue()
public bool HasMinValue()
Returns
IsValue(object)
public bool IsValue(object arg0)
Parameters
Returns
Operators
implicit operator OpenMBeanAttributeInfo(OpenMBeanAttributeInfoSupport)
Converter from OpenMBeanAttributeInfoSupport to OpenMBeanAttributeInfo
public static implicit operator OpenMBeanAttributeInfo(OpenMBeanAttributeInfoSupport t)