Uses of Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
Packages that use UnixFSTransactionProgramInterpreter
-
Uses of UnixFSTransactionProgramInterpreter in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionProgramInterpreterModifier and TypeMethodDescriptionUnixFSTransactionProgramInterpreter.execute
(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhase
andUnixFSTransactionProgramInterpreter.ExecutionHandler
.UnixFSTransactionProgramInterpreter.executeCleanupPhase
(UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the cleanup phase.UnixFSTransactionProgramInterpreter.executeCommitPhase
(UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the commit phase.UnixFSTransactionProgram.interpreter()
Creates and instance ofUnixFSTransactionProgramInterpreter
to load the program in-memory and subsequently execute the program.UnixFSTransactionProgramInterpreter.tryExecute
(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhase
andUnixFSTransactionProgramInterpreter.ExecutionHandler
.UnixFSTransactionProgramInterpreter.tryExecuteCleanupPhase
(UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the cleanup phase.UnixFSTransactionProgramInterpreter.tryExecuteCommitPhase
(UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the commit phase.