Uses of Package
com.atomikos.icatch

Packages that use com.atomikos.icatch
com.atomikos.datasource   
com.atomikos.datasource.pool   
com.atomikos.datasource.xa   
com.atomikos.datasource.xa.session   
com.atomikos.icatch   
com.atomikos.icatch.admin   
com.atomikos.icatch.admin.jmx   
com.atomikos.icatch.config   
com.atomikos.icatch.config.imp   
com.atomikos.icatch.imp   
com.atomikos.icatch.jaxb.wsa   
com.atomikos.icatch.jaxb.wsc.v200410   
com.atomikos.icatch.jaxws   
com.atomikos.icatch.jaxws.atomikos   
com.atomikos.icatch.jaxws.wsat   
com.atomikos.icatch.jca   
com.atomikos.icatch.jta   
com.atomikos.icatch.msg   
com.atomikos.icatch.system   
com.atomikos.icatch.trmi   
com.atomikos.icatch.ws   
com.atomikos.jdbc   
com.atomikos.jdbc.nonxa   
com.atomikos.jms   
com.atomikos.tcc   
 

Classes in com.atomikos.icatch used by com.atomikos.datasource
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
RecoveryService
          A handle to the TM that resources can use to recover.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.datasource.pool
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
 

Classes in com.atomikos.icatch used by com.atomikos.datasource.xa
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
RecoveryService
          A handle to the TM that resources can use to recover.
RollbackException
          An exception indicating that a transaction has already been rolled back.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.datasource.xa.session
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch
CompositeCoordinator
          Represents the per-server work done as part of the same global (root) transaction scope.
CompositeTerminator
          Deprecated. This functionality is now available directly via the CompositeTransaction.
CompositeTransaction
          Represents a nested part of a global composite transaction.
Extent
          The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those.
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
Propagation
          Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.
RecoveryCoordinator
          A handle to contact by an indoubt participant on timeout or restart, to resolve the outcome.
RollbackException
          An exception indicating that a transaction has already been rolled back.
SubTxAwareParticipant
          A participant that wants to be notified of local termination of a node in a nested transaction tree.
Synchronization
          A synchronization inferface for transaction termination callbacks.
SysException
          An exception for unexpected system errors with nested information.
TransactionControl
          Deprecated. As from release 3.0, the methods of this interface have been moved to the basic CompositeTransaction interface.
TSListener
          A listener interface for transaction service startup and shutdown events.
TxState
          A state implementation for a distributed transaction system.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.admin
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.admin.jmx
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.config
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
ExportingTransactionManager
          An interface for a TM that allows outgoing remote calls to be transactional.
ImportingTransactionManager
          Represents a handle to import a transaction from an incoming request, so that the work in this VM becomes part of the request's commit or rollback.
SysException
          An exception for unexpected system errors with nested information.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.config.imp
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
ExportingTransactionManager
          An interface for a TM that allows outgoing remote calls to be transactional.
ImportingTransactionManager
          Represents a handle to import a transaction from an incoming request, so that the work in this VM becomes part of the request's commit or rollback.
SysException
          An exception for unexpected system errors with nested information.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.imp
CompositeCoordinator
          Represents the per-server work done as part of the same global (root) transaction scope.
CompositeTerminator
          Deprecated. This functionality is now available directly via the CompositeTransaction.
CompositeTransaction
          Represents a nested part of a global composite transaction.
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
Extent
          The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those.
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
Propagation
          Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.
RecoveryCoordinator
          A handle to contact by an indoubt participant on timeout or restart, to resolve the outcome.
RecoveryService
          A handle to the TM that resources can use to recover.
RollbackException
          An exception indicating that a transaction has already been rolled back.
StringHeuristicMessage
          A default heuristic message implementation.
SubTxAwareParticipant
          A participant that wants to be notified of local termination of a node in a nested transaction tree.
Synchronization
          A synchronization inferface for transaction termination callbacks.
SysException
          An exception for unexpected system errors with nested information.
TransactionControl
          Deprecated. As from release 3.0, the methods of this interface have been moved to the basic CompositeTransaction interface.
TransactionService
          This internal interface is the base interface for creating transactions.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jaxb.wsa
CompositeTransaction
          Represents a nested part of a global composite transaction.
Synchronization
          A synchronization inferface for transaction termination callbacks.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jaxb.wsc.v200410
CompositeTransaction
          Represents a nested part of a global composite transaction.
Propagation
          Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jaxws
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
RollbackException
          An exception indicating that a transaction has already been rolled back.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jaxws.atomikos
Extent
          The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jaxws.wsat
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
RollbackException
          An exception indicating that a transaction has already been rolled back.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jca
RollbackException
          An exception indicating that a transaction has already been rolled back.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.jta
CompositeTransaction
          Represents a nested part of a global composite transaction.
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
SubTxAwareParticipant
          A participant that wants to be notified of local termination of a node in a nested transaction tree.
SysException
          An exception for unexpected system errors with nested information.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.msg
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
RecoveryCoordinator
          A handle to contact by an indoubt participant on timeout or restart, to resolve the outcome.
RecoveryService
          A handle to the TM that resources can use to recover.
RollbackException
          An exception indicating that a transaction has already been rolled back.
SubTxAwareParticipant
          A participant that wants to be notified of local termination of a node in a nested transaction tree.
SysException
          An exception for unexpected system errors with nested information.
TransactionService
          This internal interface is the base interface for creating transactions.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.system
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
ExportingTransactionManager
          An interface for a TM that allows outgoing remote calls to be transactional.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
ImportingTransactionManager
          Represents a handle to import a transaction from an incoming request, so that the work in this VM becomes part of the request's commit or rollback.
RecoveryService
          A handle to the TM that resources can use to recover.
SubTxCode
          An interface for transactional threads.
SysException
          An exception for unexpected system errors with nested information.
TransactionService
          This internal interface is the base interface for creating transactions.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.trmi
CompositeTransaction
          Represents a nested part of a global composite transaction.
CompositeTransactionManager
          This interface outlines the API for managing composite transactions in the local VM.
ExportingTransactionManager
          An interface for a TM that allows outgoing remote calls to be transactional.
Extent
          The extent carries the information about the 'size' of a propagation after it returns: the directly and indirectly invoked servers, and the orphan detection information for those.
HeurCommitException
          Exception signaling heuristic commit.
HeurHazardException
          Exception signaling that two-phase commit was not acknowledged by some participants.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
HeurMixedException
          An exception signaling that some participants have committed whereas others performed a rollback.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
ImportingTransactionManager
          Represents a handle to import a transaction from an incoming request, so that the work in this VM becomes part of the request's commit or rollback.
Participant
          A participant for (distributed) two-phase commit of composite transactions.
Propagation
          Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.
RollbackException
          An exception indicating that a transaction has already been rolled back.
SubTxAwareParticipant
          A participant that wants to be notified of local termination of a node in a nested transaction tree.
SysException
          An exception for unexpected system errors with nested information.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.icatch.ws
RecoveryService
          A handle to the TM that resources can use to recover.
TSListener
          A listener interface for transaction service startup and shutdown events.
 

Classes in com.atomikos.icatch used by com.atomikos.jdbc
CompositeTransaction
          Represents a nested part of a global composite transaction.
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
Synchronization
          A synchronization inferface for transaction termination callbacks.
 

Classes in com.atomikos.icatch used by com.atomikos.jdbc.nonxa
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
 

Classes in com.atomikos.icatch used by com.atomikos.jms
HeuristicMessage
          An application-level message to help resolving heuristic problem cases.
 

Classes in com.atomikos.icatch used by com.atomikos.tcc
HeurCommitException
          Exception signaling heuristic commit.
HeurRollbackException
          An exception signaling that the transaction's work has been rolled back heuristically.
 



Copyright © 2012. All Rights Reserved.