53 lines
1.8 KiB
C++
53 lines
1.8 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_management_MBeanServerDelegate__
|
|
#define __javax_management_MBeanServerDelegate__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace management
|
|
{
|
|
class MBeanNotificationInfo;
|
|
class MBeanServerDelegate;
|
|
class Notification;
|
|
class NotificationFilter;
|
|
class NotificationListener;
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::management::MBeanServerDelegate : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
MBeanServerDelegate();
|
|
virtual void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
|
|
virtual ::java::lang::String * getImplementationName();
|
|
virtual ::java::lang::String * getImplementationVendor();
|
|
virtual ::java::lang::String * getImplementationVersion();
|
|
virtual ::java::lang::String * getMBeanServerId();
|
|
virtual JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo();
|
|
virtual ::java::lang::String * getSpecificationName();
|
|
virtual ::java::lang::String * getSpecificationVendor();
|
|
virtual ::java::lang::String * getSpecificationVersion();
|
|
virtual void removeNotificationListener(::javax::management::NotificationListener *);
|
|
virtual void removeNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
|
|
virtual void sendNotification(::javax::management::Notification *);
|
|
private:
|
|
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
|
|
::java::util::List * listeners;
|
|
jlong seqNo;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_management_MBeanServerDelegate__
|