- All Superinterfaces:
- NotificationBroadcaster
- All Known Subinterfaces:
- ModelMBean
- All Known Implementing Classes:
- RequiredModelMBean
- See Also:
- Source Code
void addAttributeChangeNotificationListener(NotificationListener listener,
String attributeName,
Object handback)
throws MBeanException,
RuntimeOperationsException,
IllegalArgumentException
- See Also:
removeAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeAttributeChangeNotificationListener(NotificationListener listener,
String attributeName)
throws MBeanException,
RuntimeOperationsException,
ListenerNotFoundException
- See Also:
addAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String, java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void sendAttributeChangeNotification(Attribute oldValue,
Attribute newValue)
throws MBeanException,
RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void sendAttributeChangeNotification(AttributeChangeNotification notification)
throws MBeanException,
RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void sendNotification(String ntfyText)
throws MBeanException,
RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void sendNotification(Notification ntfyObj)
throws MBeanException,
RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples