Table of Contents

Interface IDynamicMBean

Namespace
Javax.Management
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDynamicMBean

Properties

MBeanInfo

MBeanInfo MBeanInfo { get; }

Property Value

MBeanInfo

Methods

GetAttribute(String)

object GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

AttributeNotFoundException
MBeanException
ReflectionException

GetAttributes(String[])

AttributeList GetAttributes(String[] arg0)

Parameters

arg0 String[]

String

Returns

AttributeList

AttributeList

Invoke(String, object[], String[])

object Invoke(String arg0, object[] arg1, String[] arg2)

Parameters

arg0 String

String

arg1 object[]

object

arg2 String[]

String

Returns

object

object

Exceptions

MBeanException
ReflectionException

SetAttribute(Attribute)

void SetAttribute(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Exceptions

AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException

SetAttributes(AttributeList)

AttributeList SetAttributes(AttributeList arg0)

Parameters

arg0 AttributeList

AttributeList

Returns

AttributeList

AttributeList