Skip navigation links
Oracle® Transaction Manager for Microservices Java API Reference
Release 22.3

F54487-01
A B C E F G H I L N O P R S T U V X 

T

TCC - Annotation Type in oracle.tmm.tcc.annotation
TCC annotation is to markup when to start/join the TCC transaction.
TccClient - Class in oracle.tmm.tcc
TccTransaction - Helper class to execute current tcc transactions
TccClient() - Constructor for class oracle.tmm.tcc.TccClient
 
TccClientException - Exception in oracle.tmm.tcc.exception
This exception is thrown when an error occurs while initializing the client or in processing the request/response from coordinator
TccClientException(String, Throwable) - Constructor for exception oracle.tmm.tcc.exception.TccClientException
 
TccClientException(String) - Constructor for exception oracle.tmm.tcc.exception.TccClientException
 
TccException - Exception in oracle.tmm.tcc.exception
This exception is thrown when an error occurs communicating with the transaction coordinator
TccException(String, Throwable) - Constructor for exception oracle.tmm.tcc.exception.TccException
 
TccException(String) - Constructor for exception oracle.tmm.tcc.exception.TccException
 
TccHeuristicException - Exception in oracle.tmm.tcc.exception
This exception is thrown when a confirm or cancel request fails with a heuristic outcome
TccHeuristicException(List<TccParticipant>, String, Throwable) - Constructor for exception oracle.tmm.tcc.exception.TccHeuristicException
 
TccParticipant - Class in oracle.tmm.tcc.vo
TccParticipantTransaction - TCC Participant attributes
TccParticipant() - Constructor for class oracle.tmm.tcc.vo.TccParticipant
Initialize TCC participant
TccParticipant(String) - Constructor for class oracle.tmm.tcc.vo.TccParticipant
Initialize TCC participant with resource URI
TccParticipant(String, long) - Constructor for class oracle.tmm.tcc.vo.TccParticipant
Initialize TCC participant with resource URI and time limit
TccParticipantStatus - Enum in oracle.tmm.tcc
 
TccTransaction - Interface in oracle.tmm.tcc
TccTransaction - Interface for managing a TCC transaction
TccTransactionState - Class in oracle.tmm.tcc.vo
TCC transaction state
TccTransactionState() - Constructor for class oracle.tmm.tcc.vo.TccTransactionState
 
TccTransactionStatus - Enum in oracle.tmm.tcc
TCC transaction status
TccUnknownTransactionException - Exception in oracle.tmm.tcc.exception
This exception is thrown when a transaction isn't known by the coordinator
TccUnknownTransactionException(String, Throwable) - Constructor for exception oracle.tmm.tcc.exception.TccUnknownTransactionException
 
tmsConnPoolSize - Static variable in class oracle.tmm.common.TrmConfig
 
tmsEndpoint - Static variable in class oracle.tmm.common.TrmConfig
 
toString() - Method in class oracle.tmm.jta.TrmTcsBranchStatus
 
toString() - Method in class oracle.tmm.tcc.vo.CancelRequest
 
toString() - Method in class oracle.tmm.tcc.vo.CancelResponse
 
toString() - Method in class oracle.tmm.tcc.vo.ConfirmRequest
 
toString() - Method in class oracle.tmm.tcc.vo.ConfirmResponse
 
toString() - Method in class oracle.tmm.tcc.vo.TccParticipant
 
toString() - Method in class oracle.tmm.tcc.vo.TccTransactionState
 
toString() - Method in class oracle.tmm.util.TrmLog
 
TransactionNotFoundException - Exception in oracle.tmm.jta.common
 
TransactionNotFoundException() - Constructor for exception oracle.tmm.jta.common.TransactionNotFoundException
 
TransactionNotFoundException(String) - Constructor for exception oracle.tmm.jta.common.TransactionNotFoundException
 
transactionTimeout - Static variable in class oracle.tmm.common.TrmConfig
 
transactionUrl - Variable in class oracle.tmm.tcc.vo.TccTransactionState
 
TrmConfig - Class in oracle.tmm.common
TrmConfig - reads configuration parameters set in a properties file (tmm.properties) Must Parameters: oracle.tmm.TcsUrl (transaction coordinator url) Optional Parameters: oracle.tmm.TransactionTimeout (transaction timeout): Default is 60*1000 milli seconds and Maximum is as per configured value at coordinator.
TrmConfig() - Constructor for class oracle.tmm.common.TrmConfig
 
TrmConnectionFactory - Class in oracle.tmm.jta.common
OTMM connection factory to create a connection to the database configured with TMM
TrmConnectionFactory() - Constructor for class oracle.tmm.jta.common.TrmConnectionFactory
 
TrmEntityManager - Annotation Type in oracle.tmm.jta.common
 
TrmEntityManagerFactory - Class in oracle.tmm.jta.common
 
TrmEntityManagerFactory() - Constructor for class oracle.tmm.jta.common.TrmEntityManagerFactory
 
TrmLog - Class in oracle.tmm.util
 
TrmLog(String) - Constructor for class oracle.tmm.util.TrmLog
 
TrmLog(double, String, String, String, int, double, String, String, String, String) - Constructor for class oracle.tmm.util.TrmLog
 
trmLogger - Static variable in class oracle.tmm.common.TrmConfig
 
TrmLogger - Interface in oracle.tmm.util
 
TrmLogLevel - Enum in oracle.tmm.util
 
TrmNonXASQLConnection - Annotation Type in oracle.tmm.jta.nonxa
 
TrmNonXASQLConnectionFactory - Class in oracle.tmm.jta.nonxa
 
TrmNonXASQLConnectionFactory() - Constructor for class oracle.tmm.jta.nonxa.TrmNonXASQLConnectionFactory
 
TrmSQLConnection - Annotation Type in oracle.tmm.jta.common
Annotation to get a connection to the database configured with OTMM.
TrmTcsBranchStatus - Class in oracle.tmm.jta
TrmTcsBranchStatus - Provides the trm tcs branch status
TrmTcsBranchStatus() - Constructor for class oracle.tmm.jta.TrmTcsBranchStatus
 
TrmUserTransaction - Class in oracle.tmm.jta
The OTMM user transaction defines the methods that allow an application to explicitly manage transaction boundaries.
TrmUserTransaction() - Constructor for class oracle.tmm.jta.TrmUserTransaction
Initialize a new OTMM user transaction
TrmUserTransaction(TrmUserTransaction.TrmUserTransactionBuilder) - Constructor for class oracle.tmm.jta.TrmUserTransaction
 
TrmUserTransaction.TrmUserTransactionBuilder - Class in oracle.tmm.jta
 
TrmUserTransactionBuilder(String, String) - Constructor for class oracle.tmm.jta.TrmUserTransaction.TrmUserTransactionBuilder
 
TrmXAClient - Class in oracle.tmm.jta.common
JAX-RS Client builder configured with OTMM specific configurations
TrmXAClient() - Constructor for class oracle.tmm.jta.common.TrmXAClient
 
TrmXAClientBuilder - Class in oracle.tmm.jta
TrmXAClientBuilder - Builds a jax-rs Client for invoking XA participant microservice.
TrmXAClientBuilder() - Constructor for class oracle.tmm.jta.TrmXAClientBuilder
 
TrmXAConnection - Annotation Type in oracle.tmm.jta.common
Annotation to get a XA connection to the database configured with OTMM.
TrmXAConnectionFactory - Class in oracle.tmm.jta.common
XA connection factory to create a XA connection to the database configured with OTMM
TrmXAConnectionFactory() - Constructor for class oracle.tmm.jta.common.TrmXAConnectionFactory
 
trmXAResourceType - Static variable in class oracle.tmm.common.TrmConfig
 
TrmXAResourceType - Enum in oracle.tmm.jta.common
 
TrmXASQLStatementFactory - Class in oracle.tmm.jta.common
TMM SQL statement factory to create a SQL statement to the database configured with OTMM
TrmXASQLStatementFactory() - Constructor for class oracle.tmm.jta.common.TrmXASQLStatementFactory
 
A B C E F G H I L N O P R S T U V X 
Skip navigation links
Oracle® Transaction Manager for Microservices Java API Reference
Release 22.3

F54487-01

Copyright © 2022, Oracle and/or its affiliates.