All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

begin(). Method in interface javax.jts.UserTransaction
Create a new transaction and associate it with the current thread.

C

commit(). Method in interface javax.jts.UserTransaction
Complete the transaction associated with the current thread.

G

getStatus(). Method in interface javax.jts.UserTransaction
Obtain the status of the transaction associated with the current thread.

H

HeuristicCommitException(). Constructor for class javax.jts.HeuristicCommitException
HeuristicCommitException(String). Constructor for class javax.jts.HeuristicCommitException
HeuristicException(). Constructor for class javax.jts.HeuristicException
HeuristicException(String). Constructor for class javax.jts.HeuristicException
HeuristicMixedException(). Constructor for class javax.jts.HeuristicMixedException
HeuristicMixedException(String). Constructor for class javax.jts.HeuristicMixedException
HeuristicRollbackException(). Constructor for class javax.jts.HeuristicRollbackException
HeuristicRollbackException(String). Constructor for class javax.jts.HeuristicRollbackException

I

InvalidTransactionException(). Constructor for class javax.jts.InvalidTransactionException
InvalidTransactionException(String). Constructor for class javax.jts.InvalidTransactionException

R

rollback(). Method in interface javax.jts.UserTransaction
Roll back the transaction associated with the current thread.

S

setRollbackOnly(). Method in interface javax.jts.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setTransactionTimeout(int). Method in interface javax.jts.UserTransaction
Modify the value of the timeout value that is associated with the transactions started by the current thread with the begin method.
STATUS_ACTIVE. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it is in the active state.
STATUS_COMMITTED. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it has been committed.
STATUS_COMMITTING. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it is in the process of committing.
STATUS_MARKED_ROLLBACK. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
STATUS_NO_TRANSACTION. Static variable in interface javax.jts.UserTransaction
No transaction is currently associated with the target object.
STATUS_PREPARED. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it has been prepared, i.e.
STATUS_PREPARING. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it is in the process of preparing.
STATUS_ROLLEDBACK. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and the outcome has been determined as rollback.
STATUS_ROLLING_BACK. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object and it is in the process of rolling back.
STATUS_UNKNOWN. Static variable in interface javax.jts.UserTransaction
A transaction is associated with the target object but its current status cannot be determined.

T

TransactionRequiredException(). Constructor for class javax.jts.TransactionRequiredException
TransactionRequiredException(String). Constructor for class javax.jts.TransactionRequiredException
TransactionRolledbackException(). Constructor for class javax.jts.TransactionRolledbackException
TransactionRolledbackException(String). Constructor for class javax.jts.TransactionRolledbackException