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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [openmbean/] [OpenMBeanOperationInfoSupport.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_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__

powered by: WebSVN 2.1.0

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