OSDN Git Service

* configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.
[pf3gnuchains/gcc-fork.git] / libjava / javax / activation / CommandInfo.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_activation_CommandInfo__
5 #define __javax_activation_CommandInfo__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace activation
15     {
16         class CommandInfo;
17         class DataHandler;
18     }
19   }
20 }
21
22 class javax::activation::CommandInfo : public ::java::lang::Object
23 {
24
25 public:
26   CommandInfo(::java::lang::String *, ::java::lang::String *);
27   virtual ::java::lang::String * getCommandName();
28   virtual ::java::lang::String * getCommandClass();
29   virtual ::java::lang::Object * getCommandObject(::javax::activation::DataHandler *, ::java::lang::ClassLoader *);
30 private:
31   ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) verb;
32   ::java::lang::String * className;
33 public:
34   static ::java::lang::Class class$;
35 };
36
37 #endif // __javax_activation_CommandInfo__