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



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.