Uses of Enum Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Packages that use UnixFSTransactionProgramExecutionPhase
-
Uses of UnixFSTransactionProgramExecutionPhase in dev.getelements.elements.rt.transact.unix
Fields in dev.getelements.elements.rt.transact.unix with type parameters of type UnixFSTransactionProgramExecutionPhaseModifier and TypeFieldDescriptionfinal javolution.io.Struct.Enum16
<UnixFSTransactionProgramExecutionPhase> UnixFSTransactionCommandHeader.phase
The instruction to execute.Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionProgramExecutionPhaseModifier and TypeMethodDescriptionUnixFSTransactionCommand.getPhase()
Gets the phase.Returns the enum constant of this class with the specified name.UnixFSTransactionProgramExecutionPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSTransactionProgramExecutionPhaseModifier and TypeMethodDescriptionUnixFSTransactionProgramBuilder.applyChangeToResourceContents
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the contents change ot the resource.UnixFSTransactionProgramBuilder.applyChangeToTasks
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceId
changes to the data store for the associated tasks.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceId
changes to the data store.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource
(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Applies the changes for the suppliedPath
to the data store.UnixFSTransactionProgramBuilder.cleanupResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the suppliedResourceId
changes from the data store.UnixFSTransactionProgramBuilder.cleanupResource
(UnixFSTransactionProgramExecutionPhase executionPhase, Path path) Cleans up the suppliedPath
changes from the data store.UnixFSTransactionProgramBuilder.cleanupTasksForResource
(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the tasks for the suppliedResourceId
.UnixFSTransactionProgramBuilder.compile
(UnixFSTransactionProgramExecutionPhase... executionPhases) Compiles this program, setting the header values as well as writing the bytecode toByteBuffer
containing the program's instructions.UnixFSTransactionProgramInterpreter.execute
(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhase
andUnixFSTransactionProgramInterpreter.ExecutionHandler
.UnixFSTransactionProgramInterpreter.tryExecute
(UnixFSTransactionProgramExecutionPhase phase, UnixFSTransactionProgramInterpreter.ExecutionHandler executionHandler) Executes the program with the suppliedUnixFSTransactionProgramExecutionPhase
andUnixFSTransactionProgramInterpreter.ExecutionHandler
.UnixFSTransactionCommand.Builder.withPhase
(UnixFSTransactionProgramExecutionPhase executionPhase) Specifies theUnixFSTransactionProgramExecutionPhase
of the command.