diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/javax/transaction | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/javax/transaction')
17 files changed, 0 insertions, 605 deletions
diff --git a/libjava/javax/transaction/HeuristicCommitException.h b/libjava/javax/transaction/HeuristicCommitException.h deleted file mode 100644 index f73ec07..0000000 --- a/libjava/javax/transaction/HeuristicCommitException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_HeuristicCommitException__ -#define __javax_transaction_HeuristicCommitException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class HeuristicCommitException; - } - } -} - -class javax::transaction::HeuristicCommitException : public ::java::lang::Exception -{ - -public: - HeuristicCommitException(); - HeuristicCommitException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_HeuristicCommitException__ diff --git a/libjava/javax/transaction/HeuristicMixedException.h b/libjava/javax/transaction/HeuristicMixedException.h deleted file mode 100644 index 22128f2..0000000 --- a/libjava/javax/transaction/HeuristicMixedException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_HeuristicMixedException__ -#define __javax_transaction_HeuristicMixedException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class HeuristicMixedException; - } - } -} - -class javax::transaction::HeuristicMixedException : public ::java::lang::Exception -{ - -public: - HeuristicMixedException(); - HeuristicMixedException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_HeuristicMixedException__ diff --git a/libjava/javax/transaction/HeuristicRollbackException.h b/libjava/javax/transaction/HeuristicRollbackException.h deleted file mode 100644 index c738e94..0000000 --- a/libjava/javax/transaction/HeuristicRollbackException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_HeuristicRollbackException__ -#define __javax_transaction_HeuristicRollbackException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class HeuristicRollbackException; - } - } -} - -class javax::transaction::HeuristicRollbackException : public ::java::lang::Exception -{ - -public: - HeuristicRollbackException(); - HeuristicRollbackException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_HeuristicRollbackException__ diff --git a/libjava/javax/transaction/InvalidTransactionException.h b/libjava/javax/transaction/InvalidTransactionException.h deleted file mode 100644 index 1685003..0000000 --- a/libjava/javax/transaction/InvalidTransactionException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_InvalidTransactionException__ -#define __javax_transaction_InvalidTransactionException__ - -#pragma interface - -#include <java/rmi/RemoteException.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class InvalidTransactionException; - } - } -} - -class javax::transaction::InvalidTransactionException : public ::java::rmi::RemoteException -{ - -public: - InvalidTransactionException(); - InvalidTransactionException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_InvalidTransactionException__ diff --git a/libjava/javax/transaction/NotSupportedException.h b/libjava/javax/transaction/NotSupportedException.h deleted file mode 100644 index 3737e6d..0000000 --- a/libjava/javax/transaction/NotSupportedException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_NotSupportedException__ -#define __javax_transaction_NotSupportedException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class NotSupportedException; - } - } -} - -class javax::transaction::NotSupportedException : public ::java::lang::Exception -{ - -public: - NotSupportedException(); - NotSupportedException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_NotSupportedException__ diff --git a/libjava/javax/transaction/RollbackException.h b/libjava/javax/transaction/RollbackException.h deleted file mode 100644 index 396e678..0000000 --- a/libjava/javax/transaction/RollbackException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_RollbackException__ -#define __javax_transaction_RollbackException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class RollbackException; - } - } -} - -class javax::transaction::RollbackException : public ::java::lang::Exception -{ - -public: - RollbackException(); - RollbackException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_RollbackException__ diff --git a/libjava/javax/transaction/Status.h b/libjava/javax/transaction/Status.h deleted file mode 100644 index 4fd94ac..0000000 --- a/libjava/javax/transaction/Status.h +++ /dev/null @@ -1,38 +0,0 @@ - -// 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__ diff --git a/libjava/javax/transaction/Synchronization.h b/libjava/javax/transaction/Synchronization.h deleted file mode 100644 index a157224..0000000 --- a/libjava/javax/transaction/Synchronization.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_Synchronization__ -#define __javax_transaction_Synchronization__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class Synchronization; - } - } -} - -class javax::transaction::Synchronization : public ::java::lang::Object -{ - -public: - virtual void beforeCompletion() = 0; - virtual void afterCompletion(jint) = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_Synchronization__ diff --git a/libjava/javax/transaction/SystemException.h b/libjava/javax/transaction/SystemException.h deleted file mode 100644 index 039cc50..0000000 --- a/libjava/javax/transaction/SystemException.h +++ /dev/null @@ -1,32 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_SystemException__ -#define __javax_transaction_SystemException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class SystemException; - } - } -} - -class javax::transaction::SystemException : public ::java::lang::Exception -{ - -public: - SystemException(); - SystemException(::java::lang::String *); - SystemException(jint); - jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorCode; - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_SystemException__ diff --git a/libjava/javax/transaction/Transaction.h b/libjava/javax/transaction/Transaction.h deleted file mode 100644 index 7edbc9d..0000000 --- a/libjava/javax/transaction/Transaction.h +++ /dev/null @@ -1,40 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_Transaction__ -#define __javax_transaction_Transaction__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class Synchronization; - class Transaction; - namespace xa - { - class XAResource; - } - } - } -} - -class javax::transaction::Transaction : public ::java::lang::Object -{ - -public: - virtual void commit() = 0; - virtual jboolean delistResource(::javax::transaction::xa::XAResource *, jint) = 0; - virtual jboolean enlistResource(::javax::transaction::xa::XAResource *) = 0; - virtual jint getStatus() = 0; - virtual void registerSynchronization(::javax::transaction::Synchronization *) = 0; - virtual void rollback() = 0; - virtual void setRollbackOnly() = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_Transaction__ diff --git a/libjava/javax/transaction/TransactionManager.h b/libjava/javax/transaction/TransactionManager.h deleted file mode 100644 index bb5df95..0000000 --- a/libjava/javax/transaction/TransactionManager.h +++ /dev/null @@ -1,38 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_TransactionManager__ -#define __javax_transaction_TransactionManager__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class Transaction; - class TransactionManager; - } - } -} - -class javax::transaction::TransactionManager : public ::java::lang::Object -{ - -public: - virtual void begin() = 0; - virtual void commit() = 0; - virtual jint getStatus() = 0; - virtual ::javax::transaction::Transaction * getTransaction() = 0; - virtual void resume(::javax::transaction::Transaction *) = 0; - virtual void rollback() = 0; - virtual void setRollbackOnly() = 0; - virtual void setTransactionTimeout(jint) = 0; - virtual ::javax::transaction::Transaction * suspend() = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_TransactionManager__ diff --git a/libjava/javax/transaction/TransactionRequiredException.h b/libjava/javax/transaction/TransactionRequiredException.h deleted file mode 100644 index 4b6aad1..0000000 --- a/libjava/javax/transaction/TransactionRequiredException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_TransactionRequiredException__ -#define __javax_transaction_TransactionRequiredException__ - -#pragma interface - -#include <java/rmi/RemoteException.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class TransactionRequiredException; - } - } -} - -class javax::transaction::TransactionRequiredException : public ::java::rmi::RemoteException -{ - -public: - TransactionRequiredException(); - TransactionRequiredException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_TransactionRequiredException__ diff --git a/libjava/javax/transaction/TransactionRolledbackException.h b/libjava/javax/transaction/TransactionRolledbackException.h deleted file mode 100644 index 1a13227..0000000 --- a/libjava/javax/transaction/TransactionRolledbackException.h +++ /dev/null @@ -1,30 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_TransactionRolledbackException__ -#define __javax_transaction_TransactionRolledbackException__ - -#pragma interface - -#include <java/rmi/RemoteException.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class TransactionRolledbackException; - } - } -} - -class javax::transaction::TransactionRolledbackException : public ::java::rmi::RemoteException -{ - -public: - TransactionRolledbackException(); - TransactionRolledbackException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_TransactionRolledbackException__ diff --git a/libjava/javax/transaction/UserTransaction.h b/libjava/javax/transaction/UserTransaction.h deleted file mode 100644 index f1c4e7d..0000000 --- a/libjava/javax/transaction/UserTransaction.h +++ /dev/null @@ -1,34 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_UserTransaction__ -#define __javax_transaction_UserTransaction__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - class UserTransaction; - } - } -} - -class javax::transaction::UserTransaction : public ::java::lang::Object -{ - -public: - virtual void begin() = 0; - virtual void commit() = 0; - virtual void rollback() = 0; - virtual void setRollbackOnly() = 0; - virtual jint getStatus() = 0; - virtual void setTransactionTimeout(jint) = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_UserTransaction__ diff --git a/libjava/javax/transaction/xa/XAException.h b/libjava/javax/transaction/xa/XAException.h deleted file mode 100644 index b6f590b..0000000 --- a/libjava/javax/transaction/xa/XAException.h +++ /dev/null @@ -1,60 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_xa_XAException__ -#define __javax_transaction_xa_XAException__ - -#pragma interface - -#include <java/lang/Exception.h> -extern "Java" -{ - namespace javax - { - namespace transaction - { - namespace xa - { - class XAException; - } - } - } -} - -class javax::transaction::xa::XAException : public ::java::lang::Exception -{ - -public: - XAException(); - XAException(::java::lang::String *); - XAException(jint); - jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorCode; - static const jint XA_RBBASE = 100; - static const jint XA_RBROLLBACK = 100; - static const jint XA_RBCOMMFAIL = 101; - static const jint XA_RBDEADLOCK = 102; - static const jint XA_RBINTEGRITY = 103; - static const jint XA_RBOTHER = 104; - static const jint XA_RBPROTO = 105; - static const jint XA_RBTIMEOUT = 106; - static const jint XA_RBTRANSIENT = 107; - static const jint XA_RBEND = 107; - static const jint XA_NOMIGRATE = 9; - static const jint XA_HEURHAZ = 8; - static const jint XA_HEURCOM = 7; - static const jint XA_HEURRB = 6; - static const jint XA_HEURMIX = 5; - static const jint XA_RETRY = 4; - static const jint XA_RDONLY = 3; - static const jint XAER_ASYNC = -2; - static const jint XAER_RMERR = -3; - static const jint XAER_NOTA = -4; - static const jint XAER_INVAL = -5; - static const jint XAER_PROTO = -6; - static const jint XAER_RMFAIL = -7; - static const jint XAER_DUPID = -8; - static const jint XAER_OUTSIDE = -9; - static ::java::lang::Class class$; -}; - -#endif // __javax_transaction_xa_XAException__ diff --git a/libjava/javax/transaction/xa/XAResource.h b/libjava/javax/transaction/xa/XAResource.h deleted file mode 100644 index 2a5442d..0000000 --- a/libjava/javax/transaction/xa/XAResource.h +++ /dev/null @@ -1,55 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_xa_XAResource__ -#define __javax_transaction_xa_XAResource__ - -#pragma interface - -#include <java/lang/Object.h> -#include <gcj/array.h> - -extern "Java" -{ - namespace javax - { - namespace transaction - { - namespace xa - { - class XAResource; - class Xid; - } - } - } -} - -class javax::transaction::xa::XAResource : public ::java::lang::Object -{ - -public: - virtual void commit(::javax::transaction::xa::Xid *, jboolean) = 0; - virtual void end(::javax::transaction::xa::Xid *, jint) = 0; - virtual void forget(::javax::transaction::xa::Xid *) = 0; - virtual jint getTransactionTimeout() = 0; - virtual jboolean isSameRM(::javax::transaction::xa::XAResource *) = 0; - virtual jint prepare(::javax::transaction::xa::Xid *) = 0; - virtual JArray< ::javax::transaction::xa::Xid * > * recover(jint) = 0; - virtual void rollback(::javax::transaction::xa::Xid *) = 0; - virtual jboolean setTransactionTimeout(jint) = 0; - virtual void start(::javax::transaction::xa::Xid *, jint) = 0; - static const jint TMENDRSCAN = 8388608; - static const jint TMFAIL = 536870912; - static const jint TMJOIN = 2097152; - static const jint TMNOFLAGS = 0; - static const jint TMONEPHASE = 1073741824; - static const jint TMRESUME = 134217728; - static const jint TMSTARTRSCAN = 16777216; - static const jint TMSUCCESS = 67108864; - static const jint TMSUSPEND = 33554432; - static const jint XA_RDONLY = 3; - static const jint XA_OK = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_xa_XAResource__ diff --git a/libjava/javax/transaction/xa/Xid.h b/libjava/javax/transaction/xa/Xid.h deleted file mode 100644 index 7a4b300..0000000 --- a/libjava/javax/transaction/xa/Xid.h +++ /dev/null @@ -1,38 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_transaction_xa_Xid__ -#define __javax_transaction_xa_Xid__ - -#pragma interface - -#include <java/lang/Object.h> -#include <gcj/array.h> - -extern "Java" -{ - namespace javax - { - namespace transaction - { - namespace xa - { - class Xid; - } - } - } -} - -class javax::transaction::xa::Xid : public ::java::lang::Object -{ - -public: - virtual jint getFormatId() = 0; - virtual JArray< jbyte > * getGlobalTransactionId() = 0; - virtual JArray< jbyte > * getBranchQualifier() = 0; - static const jint MAXGTRIDSIZE = 64; - static const jint MAXBQUALSIZE = 64; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_transaction_xa_Xid__ |