Table of Contents

Interface INotificationBroadcaster

Namespace
Javax.Management
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface INotificationBroadcaster

Properties

NotificationInfo

MBeanNotificationInfo[] NotificationInfo { get; }

Property Value

MBeanNotificationInfo[]

Methods

AddNotificationListener(NotificationListener, NotificationFilter, object)

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

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Exceptions

IllegalArgumentException

RemoveNotificationListener(NotificationListener)

void RemoveNotificationListener(NotificationListener arg0)

Parameters

arg0 NotificationListener

NotificationListener

Exceptions

ListenerNotFoundException