Uses of Class
org.apache.commons.transaction.file.ResourceManagerSystemException

Packages that use ResourceManagerSystemException
org.apache.commons.transaction.file   
 

Uses of ResourceManagerSystemException in org.apache.commons.transaction.file
 

Methods in org.apache.commons.transaction.file that throw ResourceManagerSystemException
protected  void FileResourceManager.assureRMReady()
           
protected  void FileResourceManager.assureStarted()
           
 String FileResourceManager.generatedUniqueTxId()
          Generates a transaction identifier unique to this resource manager.
 boolean FileResourceManager.recover()
           
 boolean ResourceManager.recover()
          Tries to bring this resource manager back to a consistent state.
 void FileResourceManager.start()
           
 void ResourceManager.start()
          Starts this resource manager.
 boolean FileResourceManager.stop(int mode)
           
 boolean ResourceManager.stop(int mode)
          Tries to stop this resource manager within a default timeout.
 boolean FileResourceManager.stop(int mode, long timeOut)
           
 boolean ResourceManager.stop(int mode, long timeoutMSecs)
          Tries to stop this resource manager within the given timeout.
 void FileResourceManager.sync()
          Synchronizes persistent data with caches.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.