rt_gccstream/libjava/javax/transaction/Status.h

39 lines
911 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_transaction_Status__
#define __javax_transaction_Status__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace transaction
{
class Status;
}
}
}
class javax::transaction::Status : public ::java::lang::Object
{
public:
static const jint STATUS_ACTIVE = 0;
static const jint STATUS_MARKED_ROLLBACK = 1;
static const jint STATUS_PREPARED = 2;
static const jint STATUS_COMMITTED = 3;
static const jint STATUS_ROLLEDBACK = 4;
static const jint STATUS_UNKNOWN = 5;
static const jint STATUS_NO_TRANSACTION = 6;
static const jint STATUS_PREPARING = 7;
static const jint STATUS_COMMITTING = 8;
static const jint STATUS_ROLLING_BACK = 9;
static ::java::lang::Class class$;
} __attribute__ ((java_interface));
#endif // __javax_transaction_Status__