2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_NotificationBroadcaster__
5 #define __javax_management_NotificationBroadcaster__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
18 class MBeanNotificationInfo
;
19 class NotificationBroadcaster
;
20 class NotificationFilter
;
21 class NotificationListener
;
26 class javax::management::NotificationBroadcaster
: public ::java::lang::Object
30 virtual void addNotificationListener(::javax::management::NotificationListener
*, ::javax::management::NotificationFilter
*, ::java::lang::Object
*) = 0;
31 virtual JArray
< ::javax::management::MBeanNotificationInfo
* > * getNotificationInfo() = 0;
32 virtual void removeNotificationListener(::javax::management::NotificationListener
*) = 0;
33 static ::java::lang::Class
class$
;
34 } __attribute__ ((java_interface
));
36 #endif // __javax_management_NotificationBroadcaster__