当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ModelMBeanNotificationBroadcaster (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
javax.management.modelmbean
Interface ModelMBeanNotificationBroadcaster
- All Superinterfaces:
- NotificationBroadcaster
- All Known Subinterfaces:
- ModelMBean
- All Known Implementing Classes:
- ModelMBeanInvoker, RequiredModelMBean
- public interface ModelMBeanNotificationBroadcaster
- extends NotificationBroadcaster
sendNotification
public void sendNotification(Notification ntfyObj)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
sendNotification
public void sendNotification(String ntfyText)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
sendAttributeChangeNotification
public void sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
sendAttributeChangeNotification
public void sendAttributeChangeNotification(Attribute inOldVal,
Attribute inNewVal)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
addAttributeChangeNotificationListener
public void addAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName,
Object inhandback)
throws MBeanException,
RuntimeOperationsException,
IllegalArgumentException
- Throws:
MBeanException
RuntimeOperationsException
IllegalArgumentException
removeAttributeChangeNotificationListener
public void removeAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName)
throws MBeanException,
RuntimeOperationsException,
ListenerNotFoundException
- Throws:
MBeanException
RuntimeOperationsException
ListenerNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.