OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [MBeanNotificationInfo.h] - Blame information for rev 775

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_MBeanNotificationInfo__
5
#define __javax_management_MBeanNotificationInfo__
6
 
7
#pragma interface
8
 
9
#include <javax/management/MBeanFeatureInfo.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace management
17
    {
18
        class MBeanNotificationInfo;
19
    }
20
  }
21
}
22
 
23
class javax::management::MBeanNotificationInfo : public ::javax::management::MBeanFeatureInfo
24
{
25
 
26
public:
27
  MBeanNotificationInfo(JArray< ::java::lang::String * > *, ::java::lang::String *, ::java::lang::String *);
28
  virtual ::java::lang::Object * clone();
29
  virtual jboolean equals(::java::lang::Object *);
30
  virtual JArray< ::java::lang::String * > * getNotifTypes();
31
  virtual jint hashCode();
32
  virtual ::java::lang::String * toString();
33
private:
34
  static const jlong serialVersionUID = -3888371564530107064LL;
35
  JArray< ::java::lang::String * > * __attribute__((aligned(__alignof__( ::javax::management::MBeanFeatureInfo)))) types;
36
public:
37
  static ::java::lang::Class class$;
38
};
39
 
40
#endif // __javax_management_MBeanNotificationInfo__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.