OSDN Git Service

reflect: Fix invalid sharing in valueInterface.
[pf3gnuchains/gcc-fork.git] / libjava / javax / transaction / Status.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_transaction_Status__
5 #define __javax_transaction_Status__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace transaction
15     {
16         class Status;
17     }
18   }
19 }
20
21 class javax::transaction::Status : public ::java::lang::Object
22 {
23
24 public:
25   static const jint STATUS_ACTIVE = 0;
26   static const jint STATUS_MARKED_ROLLBACK = 1;
27   static const jint STATUS_PREPARED = 2;
28   static const jint STATUS_COMMITTED = 3;
29   static const jint STATUS_ROLLEDBACK = 4;
30   static const jint STATUS_UNKNOWN = 5;
31   static const jint STATUS_NO_TRANSACTION = 6;
32   static const jint STATUS_PREPARING = 7;
33   static const jint STATUS_COMMITTING = 8;
34   static const jint STATUS_ROLLING_BACK = 9;
35   static ::java::lang::Class class$;
36 } __attribute__ ((java_interface));
37
38 #endif // __javax_transaction_Status__