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   
com.atomikos.icatch.provider   
 

Uses of SysException in com.atomikos.datasource
 

Subclasses of SysException in com.atomikos.datasource
 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 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.
 CompositeCoordinator CompositeTransaction.getCompositeCoordinator()
           
 CompositeCoordinator TransactionService.getCompositeCoordinator(java.lang.String root)
          Gets a composite coordinator for the given root.
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction()
           
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction(java.lang.String tid)
          Gets the composite transaction with the given id.
 Participant TransactionService.getParticipant(java.lang.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.
 int Participant.prepare()
          Prepares the participant.
 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.
 void Participant.rollback()
          Rollback of the participant's work.
 void CompositeTransaction.rollback()
          Rollback of the current transaction.
 void Participant.setCascadeList(java.util.Map<java.lang.String,java.lang.Integer> allParticipants)
          For cascading 2PC, this method sets the information needed to cascade.
 void CompositeTransaction.setSerial()
          Set serial mode for root.
 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 UserTransactionService.init()
           
 void UserTransactionServiceImp.init(java.util.Properties properties)
          Initializes with given properties.
 void UserTransactionService.init(java.util.Properties properties)
           
 

Uses of SysException in com.atomikos.icatch.provider
 

Methods in com.atomikos.icatch.provider that throw SysException
 void TransactionServiceProvider.init(java.util.Properties properties)
           
 



Copyright © 2016. All Rights Reserved.