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
NotificationListenerarg1
Stringarg2
object
Exceptions
RemoveAttributeChangeNotificationListener(NotificationListener, String)
void RemoveAttributeChangeNotificationListener(NotificationListener arg0, String arg1)
Parameters
arg0
NotificationListenerarg1
String
Exceptions
SendAttributeChangeNotification(Attribute, Attribute)
void SendAttributeChangeNotification(Attribute arg0, Attribute arg1)
Parameters
Exceptions
SendAttributeChangeNotification(AttributeChangeNotification)
void SendAttributeChangeNotification(AttributeChangeNotification arg0)
Parameters
Exceptions
SendNotification(String)
void SendNotification(String arg0)
Parameters
Exceptions
SendNotification(Notification)
void SendNotification(Notification arg0)
Parameters
arg0
Notification