Interface IDynamicMBean
- Namespace
- Javax.Management
- 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/DynamicMBean.html
public interface IDynamicMBean
Properties
MBeanInfo
MBeanInfo MBeanInfo { get; }
Property Value
Methods
GetAttribute(String)
object GetAttribute(String arg0)
Parameters
Returns
Exceptions
GetAttributes(String[])
AttributeList GetAttributes(String[] arg0)
Parameters
Returns
Invoke(String, object[], String[])
object Invoke(String arg0, object[] arg1, String[] arg2)
Parameters
Returns
Exceptions
SetAttribute(Attribute)
void SetAttribute(Attribute arg0)
Parameters
Exceptions
SetAttributes(AttributeList)
AttributeList SetAttributes(AttributeList arg0)