URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
759 |
jeremybenn |
|
2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
3 |
|
|
|
4 |
|
|
#ifndef __javax_management_MBeanServerDelegate__
|
5 |
|
|
#define __javax_management_MBeanServerDelegate__
|
6 |
|
|
|
7 |
|
|
#pragma interface
|
8 |
|
|
|
9 |
|
|
#include <java/lang/Object.h>
|
10 |
|
|
#include <gcj/array.h>
|
11 |
|
|
|
12 |
|
|
extern "Java"
|
13 |
|
|
{
|
14 |
|
|
namespace javax
|
15 |
|
|
{
|
16 |
|
|
namespace management
|
17 |
|
|
{
|
18 |
|
|
class MBeanNotificationInfo;
|
19 |
|
|
class MBeanServerDelegate;
|
20 |
|
|
class Notification;
|
21 |
|
|
class NotificationFilter;
|
22 |
|
|
class NotificationListener;
|
23 |
|
|
}
|
24 |
|
|
}
|
25 |
|
|
}
|
26 |
|
|
|
27 |
|
|
class javax::management::MBeanServerDelegate : public ::java::lang::Object
|
28 |
|
|
{
|
29 |
|
|
|
30 |
|
|
public:
|
31 |
|
|
MBeanServerDelegate();
|
32 |
|
|
virtual void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
|
33 |
|
|
virtual ::java::lang::String * getImplementationName();
|
34 |
|
|
virtual ::java::lang::String * getImplementationVendor();
|
35 |
|
|
virtual ::java::lang::String * getImplementationVersion();
|
36 |
|
|
virtual ::java::lang::String * getMBeanServerId();
|
37 |
|
|
virtual JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo();
|
38 |
|
|
virtual ::java::lang::String * getSpecificationName();
|
39 |
|
|
virtual ::java::lang::String * getSpecificationVendor();
|
40 |
|
|
virtual ::java::lang::String * getSpecificationVersion();
|
41 |
|
|
virtual void removeNotificationListener(::javax::management::NotificationListener *);
|
42 |
|
|
virtual void removeNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
|
43 |
|
|
virtual void sendNotification(::javax::management::Notification *);
|
44 |
|
|
private:
|
45 |
|
|
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
|
46 |
|
|
::java::util::List * listeners;
|
47 |
|
|
jlong seqNo;
|
48 |
|
|
public:
|
49 |
|
|
static ::java::lang::Class class$;
|
50 |
|
|
};
|
51 |
|
|
|
52 |
|
|
#endif // __javax_management_MBeanServerDelegate__
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.