gcc/
[official-gcc.git] / libjava / javax / transaction / Status.h
blob4fd94ac3806432c175f9756d7ae2b9e28cc9fd14
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_transaction_Status__
5 #define __javax_transaction_Status__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace transaction
16 class Status;
21 class javax::transaction::Status : public ::java::lang::Object
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));
38 #endif // __javax_transaction_Status__