aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/management/NotificationFilterSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/management/NotificationFilterSupport.h')
-rw-r--r--libjava/javax/management/NotificationFilterSupport.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/libjava/javax/management/NotificationFilterSupport.h b/libjava/javax/management/NotificationFilterSupport.h
new file mode 100644
index 0000000..f1ae48a
--- /dev/null
+++ b/libjava/javax/management/NotificationFilterSupport.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_management_NotificationFilterSupport__
+#define __javax_management_NotificationFilterSupport__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace javax
+ {
+ namespace management
+ {
+ class Notification;
+ class NotificationFilterSupport;
+ }
+ }
+}
+
+class javax::management::NotificationFilterSupport : public ::java::lang::Object
+{
+
+public:
+ NotificationFilterSupport();
+ virtual void disableAllTypes();
+ virtual void disableType(::java::lang::String *);
+ virtual void enableType(::java::lang::String *);
+ virtual ::java::util::Vector * getEnabledTypes();
+ virtual jboolean isNotificationEnabled(::javax::management::Notification *);
+private:
+ static const jlong serialVersionUID = 6579080007561786969LL;
+ ::java::util::Vector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) enabledTypes;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_management_NotificationFilterSupport__