Interface IModelMBeanInfo
- Namespace
- Javax.Management.Modelmbean
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/modelmbean/ModelMBeanInfo.html
public interface IModelMBeanInfo
Properties
Attributes
MBeanAttributeInfo[] Attributes { get; }
Property Value
ClassName
String ClassName { get; }
Property Value
Constructors
MBeanConstructorInfo[] Constructors { get; }
Property Value
Description
String Description { get; }
Property Value
MBeanDescriptor
https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/modelmbean/ModelMBeanInfo.html#getMBeanDescriptor() https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/modelmbean/ModelMBeanInfo.html#setMBeanDescriptor(javax.management.Descriptor)
Descriptor MBeanDescriptor { get; set; }
Property Value
Notifications
MBeanNotificationInfo[] Notifications { get; }
Property Value
Operations
MBeanOperationInfo[] Operations { get; }
Property Value
Methods
GetAttribute(String)
ModelMBeanAttributeInfo GetAttribute(String arg0)
Parameters
Returns
Exceptions
GetDescriptor(String, String)
Descriptor GetDescriptor(String arg0, String arg1)
Parameters
Returns
Exceptions
GetDescriptors(String)
Descriptor[] GetDescriptors(String arg0)
Parameters
Returns
Exceptions
GetNotification(String)
ModelMBeanNotificationInfo GetNotification(String arg0)
Parameters
Returns
Exceptions
GetOperation(String)
ModelMBeanOperationInfo GetOperation(String arg0)
Parameters
Returns
Exceptions
SetDescriptor(Descriptor, String)
void SetDescriptor(Descriptor arg0, String arg1)
Parameters
arg0Descriptorarg1String
Exceptions
SetDescriptors(Descriptor[])
void SetDescriptors(Descriptor[] arg0)
Parameters
arg0Descriptor[]