public interface TransactionalFilesystemInterface
Optional interface that a filesystem driver can implement to add support for transactions around filesystem calls.
Modifier and Type | Method and Description |
---|---|
void |
beginReadTransaction(SrvSession sess)
Begin a read-only transaction
|
void |
beginWriteTransaction(SrvSession sess)
Begin a writeable transaction
|
void |
endTransaction(SrvSession sess,
Object tx)
End an active transaction
|
void beginReadTransaction(SrvSession sess)
sess
- SrvSessionvoid beginWriteTransaction(SrvSession sess)
sess
- SrvSessionvoid endTransaction(SrvSession sess, Object tx)
sess
- SrvSessiontx
- ObjectCopyright © 2005–2018 Alfresco Software. All rights reserved.