public interface FilesystemTransaction
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the transaction.
|
void |
commit()
Commit the transaction.
|
void |
rollback()
Roll back the transaction.
|
void commit() throws FilesystemException
FilesystemException
void rollback() throws FilesystemException
FilesystemException
void close()
close
in interface java.lang.AutoCloseable