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)
          Add another extent to the current extent.
 void Extent.add(Participant participant, int count)
          Add a participant to the extent.
 void ExportingTransactionManager.addExtent(Extent extent)
          Called after call returns successfully: add the extent of the call to the current tx.
 RecoveryCoordinator CompositeTransaction.addParticipant(Participant participant)
          Add a new participant.
 void CompositeTransaction.addSubTxAwareParticipant(SubTxAwareParticipant subtxaware)
          Register a participant on behalf of a subtransaction, to be notified as soon as the locally finished state is reached.
 void CompositeTransaction.commit()
          Commit the composite transaction.
 void CompositeTerminator.commit()
          Commit the composite transaction.
 HeuristicMessage[] Participant.commit(boolean onePhase)
          Commit the participant's work.
 CompositeTransaction TransactionService.createCompositeTransaction(long timeout)
          Start 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()
          Create a subtx for this transaction.
 CompositeCoordinator CompositeTransaction.getCompositeCoordinator()
          Get the coordinator for this tx.
 CompositeCoordinator TransactionService.getCompositeCoordinator(String root)
          Gets a composite coordinator for the given root.
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction()
          Gets the composite transaction for the current thread.
 CompositeTransaction CompositeTransactionManager.getCompositeTransaction(String tid)
          Gets the composite transaction with the given id.
 Participant TransactionService.getParticipant(String root)
          Get a participant for the given root.
 Propagation ExportingTransactionManager.getPropagation()
          Get the propagation info of the tx for the calling thread.
 CompositeTransaction ImportingTransactionManager.importTransaction(Propagation propagation, boolean orphancheck, boolean heur_commit)
          Notify TM of incoming request with given propagation.
 void TransactionService.init(Properties properties)
          Initialize TM, and recover.
 int Participant.prepare()
          Prepare the participant.
 boolean Participant.recover()
          Recover this instance.
 CompositeTransaction TransactionService.recreateCompositeTransaction(Propagation context, boolean orphancheck, boolean heur_commit)
          Recreate a composite transaction based on an imported context.
 void CompositeTransaction.registerSynchronization(Synchronization sync)
          Add a synchronization callback.
 void CompositeTransactionManager.resume(CompositeTransaction ct)
          Re-maps the thread to the given tx.
 HeuristicMessage[] Participant.rollback()
          Rollback the participant's work.
 void CompositeTransaction.rollback()
          Rollback the current transaction.
 void CompositeTerminator.rollback()
          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()
          Set serial mode for root.
 void TransactionService.shutdown(boolean force)
          Shut down the server in a clean way.
 CompositeTransaction CompositeTransactionManager.suspend()
          Suspends the tx for the current thread.
 Extent ImportingTransactionManager.terminated(boolean commit)
          Termination callback for current tx.
 

Uses of SysException in com.atomikos.icatch.admin
 

Methods in com.atomikos.icatch.admin that throw SysException
 void AdminTransaction.forceCommit()
          Force commit of the transaction.
 void AdminTransaction.forceRollback()
          Force 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 © 2011. All Rights Reserved.