Java org.apache.commons.transaction.file FileResourceManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.transaction.file FileResourceManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.transaction.file FileResourceManager.

The text is from its open source code.

Constructor

Method

voidcommitTransaction(Object txId)
StringgeneratedUniqueTxId()
Generates a transaction identifier unique to this resource manager.
LoggerFacadegetLogger()
Gets the logger used by this resource manager.
StringgetStoreDir()
Gets the store directory.
intprepareTransaction(Object txId)
voidrollbackTransaction(Object txId)
voidstartTransaction(Object txId)
booleanstop(int mode)
OutputStreamwriteResource(Object txId, Object resourceId)