Table of Contents

Class StandardMBean

Namespace
Javax.Management
Assembly
MASES.JNet.dll
public class StandardMBean : JVMBridgeBase<StandardMBean>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
StandardMBean
Implements
Derived
Inherited Members
Extension Methods

Constructors

StandardMBean()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StandardMBean()

StandardMBean(object, Class)

public StandardMBean(object arg0, Class arg1)

Parameters

arg0 object

object

arg1 Class

Class

Exceptions

NotCompliantMBeanException

StandardMBean(object, Class, bool)

public StandardMBean(object arg0, Class arg1, bool arg2)

Parameters

arg0 object

object

arg1 Class

Class

arg2 bool

bool

StandardMBean(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 StandardMBean(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Implementation

public object Implementation { get; set; }

Property Value

object

ImplementationClass

public Class ImplementationClass { get; }

Property Value

Class

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MBeanInfo

public MBeanInfo MBeanInfo { get; }

Property Value

MBeanInfo

MBeanInterface

public Class MBeanInterface { get; }

Property Value

Class

Methods

GetAttribute(String)

public object GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

AttributeNotFoundException
MBeanException
ReflectionException

GetAttributes(String[])

public AttributeList GetAttributes(String[] arg0)

Parameters

arg0 String[]

String

Returns

AttributeList

AttributeList

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

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

Parameters

arg0 String

String

arg1 object[]

object

arg2 String[]

String

Returns

object

object

Exceptions

MBeanException
ReflectionException

PostDeregister()

public void PostDeregister()

PostRegister(Boolean)

public void PostRegister(Boolean arg0)

Parameters

arg0 Boolean

Boolean

PreDeregister()

public void PreDeregister()

Exceptions

Exception

PreRegister(MBeanServer, ObjectName)

public ObjectName PreRegister(MBeanServer arg0, ObjectName arg1)

Parameters

arg0 MBeanServer

MBeanServer

arg1 ObjectName

ObjectName

Returns

ObjectName

ObjectName

Exceptions

Exception

SetAttribute(Attribute)

public void SetAttribute(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Exceptions

AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException

SetAttributes(AttributeList)

public AttributeList SetAttributes(AttributeList arg0)

Parameters

arg0 AttributeList

AttributeList

Returns

AttributeList

AttributeList

Operators

implicit operator DynamicMBean(StandardMBean)

Converter from StandardMBean to DynamicMBean

public static implicit operator DynamicMBean(StandardMBean t)

Parameters

t StandardMBean

Returns

DynamicMBean

implicit operator MBeanRegistration(StandardMBean)

Converter from StandardMBean to MBeanRegistration

public static implicit operator MBeanRegistration(StandardMBean t)

Parameters

t StandardMBean

Returns

MBeanRegistration