Package com.basis.filesystem
Interface FilesystemTransaction
- All Superinterfaces:
AutoCloseable
Deprecated.
This is the interface for transactions.
-
Method Summary
-
Method Details
-
commit
Deprecated.Commit the transaction.- Throws:
FilesystemException
-
rollback
Deprecated.Roll back the transaction.- Throws:
FilesystemException
-
close
void close()Deprecated.Close the transaction.- Specified by:
close
in interfaceAutoCloseable
-