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 ResourceManager.recover()
          Tries to bring this resource manager back to a consistent state.
 boolean FileResourceManager.recover()
           
 void ResourceManager.start()
          Starts this resource manager.
 void FileResourceManager.start()
           
 boolean ResourceManager.stop(int mode)
          Tries to stop this resource manager within a default timeout.
 boolean FileResourceManager.stop(int mode)
           
 boolean ResourceManager.stop(int mode, long timeoutMSecs)
          Tries to stop this resource manager within the given timeout.
 boolean FileResourceManager.stop(int mode, long timeOut)
           
 void FileResourceManager.sync()
          Synchronizes persistent data with caches.
 



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