@Scriptable
Package de.uplanet.util.transaction
-
Interface Summary Interface Description ITwoPhaseIOTransaction ITwoPhaseTransaction A simple two-phase commit file system transaction. -
Class Summary Class Description DirectDirectoryCreateTransaction DirectDirectoryDeleteTransaction The IO operation may be done before requestCommit is called, on a call of the process method.DirectDirectoryTransaction The IO operation may be done before requestCommit is called, on a call of the process method.DirectFileCopyTransaction The IO operation may be done before requestCommit is called, on a call of the process method.DirectFileDeleteTransaction The IO operation may be done before requestCommit is called, on a call of the process method.DirectFileMoveTransaction The IO operation may be done before requestCommit is called, on a call of the process method.IndirectDeleteDirectoryTransaction The IO operation not done before requestCommit is called.IndirectDeleteFileTransaction The IO operation not done before requestCommit is called.IndirectDirectoryCreateTransaction IndirectDirectoryTransaction The IO operation not done before requestCommit is called.IndirectFileCopyTransaction The IO operation not done before commit is called by the transaction managerIndirectFileCreateFileTransaction The IO operation not done before commit is called by the transaction manager Transaction object for creating a new file.IndirectFileMoveTransaction The IO operation not done before requestCommit is called.IxFileUploadTransaction Same asDirectFileMoveTransaction
but on a rollback the source file can be deleted depends on how the object was constructed.SaferIOOperation