Uses of Class
com.atomikos.datasource.ResourceException

Packages that use ResourceException
com.atomikos.datasource   
 

Uses of ResourceException in com.atomikos.datasource
 

Subclasses of ResourceException in com.atomikos.datasource
 class HeuristicException
           
 

Methods in com.atomikos.datasource that throw ResourceException
 void RecoverableResource.close()
          Close the resource for shutdown.
 void RecoverableResource.endRecovery()
          Notify the resource that recovery is ended.
 ResourceTransaction TransactionalResource.getResourceTransaction(CompositeTransaction ct)
          Get or create a ResourceTransaction.
 boolean RecoverableResource.isSameRM(RecoverableResource res)
          Test if a resource is the same as another one.
 boolean RecoverableResource.recover(Participant participant)
          Recover the partially reconstructed Participant.
 void ResourceTransaction.resume()
          Resume a suspended tx.
 void RecoverableResource.setRecoveryService(RecoveryService recoveryService)
          Initialize this resource with the recovery service.
 void ResourceTransaction.suspend()
          Suspend the resourcetransaction, so that underlying resources can be used for a next (sibling) invocation.
 



Copyright © 2012. All Rights Reserved.