Table of Contents

Interface IModelMBeanNotificationBroadcaster

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

.NET interface for TO BE DEFINED FROM USER

public interface IModelMBeanNotificationBroadcaster : INotificationBroadcaster
Inherited Members

Methods

AddAttributeChangeNotificationListener(NotificationListener, String, object)

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

Parameters

arg0 NotificationListener

NotificationListener

arg1 String

String

arg2 object

object

Exceptions

MBeanException
RuntimeOperationsException
IllegalArgumentException

RemoveAttributeChangeNotificationListener(NotificationListener, String)

void RemoveAttributeChangeNotificationListener(NotificationListener arg0, String arg1)

Parameters

arg0 NotificationListener

NotificationListener

arg1 String

String

Exceptions

MBeanException
RuntimeOperationsException
ListenerNotFoundException

SendAttributeChangeNotification(Attribute, Attribute)

void SendAttributeChangeNotification(Attribute arg0, Attribute arg1)

Parameters

arg0 Attribute

Attribute

arg1 Attribute

Attribute

Exceptions

MBeanException
RuntimeOperationsException

SendAttributeChangeNotification(AttributeChangeNotification)

void SendAttributeChangeNotification(AttributeChangeNotification arg0)

Parameters

arg0 AttributeChangeNotification

AttributeChangeNotification

Exceptions

MBeanException
RuntimeOperationsException

SendNotification(String)

void SendNotification(String arg0)

Parameters

arg0 String

String

Exceptions

MBeanException
RuntimeOperationsException

SendNotification(Notification)

void SendNotification(Notification arg0)

Parameters

arg0 Notification

Notification

Exceptions

MBeanException
RuntimeOperationsException