blob: f1ae48a680765bcdb3019ceada90513bcf5a1e02 [file] [log] [blame]
// 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__