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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [openmbean/] [OpenMBeanInfoSupport.h] - Blame information for rev 759

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_openmbean_OpenMBeanInfoSupport__
5
#define __javax_management_openmbean_OpenMBeanInfoSupport__
6
 
7
#pragma interface
8
 
9
#include <javax/management/MBeanInfo.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace management
17
    {
18
        class MBeanNotificationInfo;
19
      namespace openmbean
20
      {
21
          class OpenMBeanAttributeInfo;
22
          class OpenMBeanConstructorInfo;
23
          class OpenMBeanInfoSupport;
24
          class OpenMBeanOperationInfo;
25
      }
26
    }
27
  }
28
}
29
 
30
class javax::management::openmbean::OpenMBeanInfoSupport : public ::javax::management::MBeanInfo
31
{
32
 
33
public:
34
  OpenMBeanInfoSupport(::java::lang::String *, ::java::lang::String *, JArray< ::javax::management::openmbean::OpenMBeanAttributeInfo * > *, JArray< ::javax::management::openmbean::OpenMBeanConstructorInfo * > *, JArray< ::javax::management::openmbean::OpenMBeanOperationInfo * > *, JArray< ::javax::management::MBeanNotificationInfo * > *);
35
  virtual jboolean equals(::java::lang::Object *);
36
  virtual jint hashCode();
37
  virtual ::java::lang::String * toString();
38
private:
39
  static const jlong serialVersionUID = 4349395935420511492LL;
40
  ::java::lang::Integer * __attribute__((aligned(__alignof__( ::javax::management::MBeanInfo)))) hashCode__;
41
  ::java::lang::String * string;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __javax_management_openmbean_OpenMBeanInfoSupport__

powered by: WebSVN 2.1.0

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