Table of Contents

Class RequiredModelMBean

Namespace
Javax.Management.Modelmbean
Assembly
MASES.JNet.dll
public class RequiredModelMBean : JVMBridgeBase<RequiredModelMBean>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<RequiredModelMBean>
RequiredModelMBean
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<RequiredModelMBean>.IsAssignableFrom(IJavaType)
JVMBridgeBase<RequiredModelMBean>.IsAssignableFrom<T>()
JVMBridgeBase<RequiredModelMBean>.Execute<T>(params T[])
JVMBridgeBase<RequiredModelMBean>.DynBridgeClazz
JVMBridgeBase<RequiredModelMBean>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

RequiredModelMBean()

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

public RequiredModelMBean()

RequiredModelMBean(ModelMBeanInfo)

public RequiredModelMBean(ModelMBeanInfo arg0)

Parameters

arg0 ModelMBeanInfo

ModelMBeanInfo

Exceptions

MBeanException
RuntimeOperationsException

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MBeanInfo

public MBeanInfo MBeanInfo { get; }

Property Value

MBeanInfo

NotificationInfo

public MBeanNotificationInfo[] NotificationInfo { get; }

Property Value

MBeanNotificationInfo[]

Methods

AddAttributeChangeNotificationListener(NotificationListener, String, object)

public void AddAttributeChangeNotificationListener(NotificationListener arg0, String arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 String

String

arg2 object

object

Exceptions

MBeanException
RuntimeOperationsException
IllegalArgumentException

AddNotificationListener(NotificationListener, NotificationFilter, object)

public void AddNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Exceptions

IllegalArgumentException

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

Load()

public void Load()

Exceptions

MBeanException
RuntimeOperationsException
InstanceNotFoundException

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

RemoveAttributeChangeNotificationListener(NotificationListener, String)

public void RemoveAttributeChangeNotificationListener(NotificationListener arg0, String arg1)

Parameters

arg0 NotificationListener

NotificationListener

arg1 String

String

Exceptions

MBeanException
RuntimeOperationsException
ListenerNotFoundException

RemoveNotificationListener(NotificationListener)

public void RemoveNotificationListener(NotificationListener arg0)

Parameters

arg0 NotificationListener

NotificationListener

Exceptions

ListenerNotFoundException

RemoveNotificationListener(NotificationListener, NotificationFilter, object)

public void RemoveNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Exceptions

ListenerNotFoundException

SendAttributeChangeNotification(Attribute, Attribute)

public void SendAttributeChangeNotification(Attribute arg0, Attribute arg1)

Parameters

arg0 Attribute

Attribute

arg1 Attribute

Attribute

Exceptions

MBeanException
RuntimeOperationsException

SendAttributeChangeNotification(AttributeChangeNotification)

public void SendAttributeChangeNotification(AttributeChangeNotification arg0)

Parameters

arg0 AttributeChangeNotification

AttributeChangeNotification

Exceptions

MBeanException
RuntimeOperationsException

SendNotification(String)

public void SendNotification(String arg0)

Parameters

arg0 String

String

Exceptions

MBeanException
RuntimeOperationsException

SendNotification(Notification)

public void SendNotification(Notification arg0)

Parameters

arg0 Notification

Notification

Exceptions

MBeanException
RuntimeOperationsException

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

SetManagedResource(object, String)

public void SetManagedResource(object arg0, String arg1)

Parameters

arg0 object

object

arg1 String

String

Exceptions

MBeanException
RuntimeOperationsException
InstanceNotFoundException
InvalidTargetObjectTypeException

SetModelMBeanInfo(ModelMBeanInfo)

public void SetModelMBeanInfo(ModelMBeanInfo arg0)

Parameters

arg0 ModelMBeanInfo

ModelMBeanInfo

Exceptions

MBeanException
RuntimeOperationsException

Store()

public void Store()

Exceptions

MBeanException
RuntimeOperationsException
InstanceNotFoundException

Operators

implicit operator MBeanRegistration(RequiredModelMBean)

public static implicit operator MBeanRegistration(RequiredModelMBean t)

Parameters

t RequiredModelMBean

Returns

MBeanRegistration

implicit operator ModelMBean(RequiredModelMBean)

Converter from RequiredModelMBean to ModelMBean

public static implicit operator ModelMBean(RequiredModelMBean t)

Parameters

t RequiredModelMBean

Returns

ModelMBean

implicit operator NotificationEmitter(RequiredModelMBean)

public static implicit operator NotificationEmitter(RequiredModelMBean t)

Parameters

t RequiredModelMBean

Returns

NotificationEmitter