Table of Contents

Interface IModelMBean

Namespace
Javax.Management.Modelmbean
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/management/modelmbean/ModelMBean.html

public interface IModelMBean

Methods

SetManagedResource(object, String)

void SetManagedResource(object arg0, String arg1)

Parameters

arg0 object

object

arg1 String

String

Exceptions

MBeanException
RuntimeOperationsException
InstanceNotFoundException
InvalidTargetObjectTypeException

SetModelMBeanInfo(ModelMBeanInfo)

void SetModelMBeanInfo(ModelMBeanInfo arg0)

Parameters

arg0 ModelMBeanInfo

ModelMBeanInfo

Exceptions

MBeanException
RuntimeOperationsException