Uses of Class
com.atomikos.icatch.SysException

Packages that use SysException
com.atomikos.datasource   
com.atomikos.icatch   
com.atomikos.icatch.admin   
com.atomikos.icatch.config   
 

Uses of SysException in com.atomikos.datasource
 

Subclasses of SysException in com.atomikos.datasource
 class HeuristicException
           
 class ResourceException
          Exception on the level of the resource manager.
 

Uses of SysException in com.atomikos.icatch
 

Methods in com.atomikos.icatch that throw SysException
 void Extent.add(Extent extent)
          Merges another extent into this one.
 void Extent.add(Participant participant, int count)
          Adds a participant to the extent.
 void ExportingTransactionManager.addExtent(Extent extent)
          Should be called after call returns successfully: adds the extent of the call to the current transaction.
 RecoveryCoordinator CompositeTransaction.addParticipant(Participant participant)
           
 void CompositeTransaction.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
          Resources that support lock inheritance can use this feature to be notified whenever a lock should be inherited.
 void CompositeTransaction.commit()
          Commits the composite transaction.
 void CompositeTerminator.commit()
          Deprecated. Commit the composite transaction.
 HeuristicMessage[] Participant.commit(boolean onePhase)
          Commits the participant's work.
 CompositeTransaction TransactionService.createCompositeTransaction(long timeout)
          Starts a new transaction.
 CompositeTransaction CompositeTransactionManager.createCompositeTransaction(long timeout)
          Starts a new (sub)transaction (not an activity) for the current thread.
 CompositeTransaction TransactionControl.createSubTransaction()
          Deprecated. Create a subtx for this transaction.
 CompositeTransaction CompositeTransaction.createSubTransaction()
           
 CompositeCoordinator CompositeTransaction.getCompositeCoordinator()
           
 CompositeCoordinator TransactionService.getCompositeCoordinator(String root)
          Gets a composite coordinator for the given root.
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction()
           
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction(String tid)
          Gets the composite transaction with the given id.
 Participant TransactionService.getParticipant(String root)
          Gets a participant handle for the given root.
 Propagation ExportingTransactionManager.getPropagation()
          Gets the propagation info of the transaction for the calling thread.
 CompositeTransaction ImportingTransactionManager.importTransaction(Propagation propagation, boolean orphancheck, boolean heur_commit)
          Imports the transaction propagation obtained from an incoming request.
 void TransactionService.init(Properties properties)
          Initializes the TM, and recovers.
 int Participant.prepare()
          Prepares the participant.
 boolean Participant.recover()
          Called by the transaction manager (TM) at recovery time, and this should reconstruct the internal state.
 CompositeTransaction TransactionService.recreateCompositeTransaction(Propagation context, boolean orphancheck, boolean heur_commit)
          Recreates a composite transaction based on an imported context.
 void CompositeTransaction.registerSynchronization(Synchronization sync)
           
 void CompositeTransactionManager.resume(CompositeTransaction compositeTransaction)
          Re-maps the calling thread to the given transaction.
 HeuristicMessage[] Participant.rollback()
          Rollback of the participant's work.
 void CompositeTransaction.rollback()
          Rollback of the current transaction.
 void CompositeTerminator.rollback()
          Deprecated. Rollback the current transaction.
 void Participant.setCascadeList(Dictionary allParticipants)
          For cascading 2PC, this method sets the information needed to cascade.
 void TransactionControl.setSerial()
          Deprecated. Set serial mode for root.
 void CompositeTransaction.setSerial()
          Sets the serial mode.
 void TransactionService.shutdown(boolean force)
          Shuts down the server in a clean way.
 CompositeTransaction CompositeTransactionManager.suspend()
          Suspends the transaction context for the current thread.
 Extent ImportingTransactionManager.terminated(boolean commit)
          Signals that the incoming request is done processing, in order to terminate the transaction context for the calling thread.
 

Uses of SysException in com.atomikos.icatch.admin
 

Methods in com.atomikos.icatch.admin that throw SysException
 void AdminTransaction.forceCommit()
          Forces commit of the transaction.
 void AdminTransaction.forceRollback()
          Forces rollback of the transaction.
 

Uses of SysException in com.atomikos.icatch.config
 

Methods in com.atomikos.icatch.config that throw SysException
 void UserTransactionServiceImp.init(Properties properties)
           
 void UserTransactionService.init(Properties properties)
           
 void UserTransactionServiceImp.init(TSInitInfo info)
           
 void UserTransactionService.init(TSInitInfo info)
          Deprecated. Use the property-based init method instead.
 



Copyright © 2014. All Rights Reserved.