OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / management / openmbean / OpenMBeanOperationInfoSupport.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_management_openmbean_OpenMBeanOperationInfoSupport__
5 #define __javax_management_openmbean_OpenMBeanOperationInfoSupport__
6
7 #pragma interface
8
9 #include <javax/management/MBeanOperationInfo.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace management
17     {
18       namespace openmbean
19       {
20           class OpenMBeanOperationInfoSupport;
21           class OpenMBeanParameterInfo;
22           class OpenType;
23       }
24     }
25   }
26 }
27
28 class javax::management::openmbean::OpenMBeanOperationInfoSupport : public ::javax::management::MBeanOperationInfo
29 {
30
31 public:
32   OpenMBeanOperationInfoSupport(::java::lang::String *, ::java::lang::String *, JArray< ::javax::management::openmbean::OpenMBeanParameterInfo * > *, ::javax::management::openmbean::OpenType *, jint);
33   virtual jboolean equals(::java::lang::Object *);
34   virtual ::javax::management::openmbean::OpenType * getReturnOpenType();
35   virtual jint hashCode();
36   virtual ::java::lang::String * toString();
37 private:
38   static const jlong serialVersionUID = 4996859732565369366LL;
39   ::javax::management::openmbean::OpenType * __attribute__((aligned(__alignof__( ::javax::management::MBeanOperationInfo)))) returnOpenType;
40   ::java::lang::Integer * hashCode__;
41   ::java::lang::String * string;
42 public:
43   static ::java::lang::Class class$;
44 };
45
46 #endif // __javax_management_openmbean_OpenMBeanOperationInfoSupport__