org.jacorb.notification.jmx
public class BroadcastSupportMBeanDecorator extends Object implements DynamicMBean, NotificationEmitter
Constructor Summary | |
---|---|
BroadcastSupportMBeanDecorator(JMXManageable manageable) |
Method Summary | |
---|---|
void | addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
Object | getAttribute(String attribute) |
AttributeList | getAttributes(String[] attributes) |
MBeanInfo | getMBeanInfo() |
MBeanNotificationInfo[] | getNotificationInfo() |
Object | invoke(String method, Object[] arguments, String[] params) |
void | removeNotificationListener(NotificationListener listener) |
void | removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void | sendAttributeChanged(String name, Object oldValue, Object newValue) |
void | sendNotification(String type, String message, Object payload) |
void | sendNotification(String type, String message) |
void | setAttribute(Attribute attribute) |
AttributeList | setAttributes(AttributeList attributes) |