Package | Description |
---|---|
org.apache.commons.transaction.file |
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.