97b8365caf
From-SVN: r120621
40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_management_MBeanServerNotification__
|
|
#define __javax_management_MBeanServerNotification__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/management/Notification.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace management
|
|
{
|
|
class MBeanServerNotification;
|
|
class ObjectName;
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::management::MBeanServerNotification : public ::javax::management::Notification
|
|
{
|
|
|
|
public:
|
|
MBeanServerNotification(::java::lang::String *, ::java::lang::Object *, jlong, ::javax::management::ObjectName *);
|
|
virtual ::javax::management::ObjectName * getMBeanName();
|
|
private:
|
|
static const jlong serialVersionUID = 2876477500475969677LL;
|
|
public:
|
|
static ::java::lang::String * REGISTRATION_NOTIFICATION;
|
|
static ::java::lang::String * UNREGISTRATION_NOTIFICATION;
|
|
private:
|
|
::javax::management::ObjectName * __attribute__((aligned(__alignof__( ::javax::management::Notification)))) objectName;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_management_MBeanServerNotification__
|