Uses of Interface
com.github.robtimus.os.windows.registry.TransactionOption
-
Uses of TransactionOption in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return TransactionOptionModifier and TypeMethodDescriptionstatic TransactionOptionTransactionOption.description(String description) Returns an option that specifies the transaction description.static TransactionOptionTransactionOption.infiniteTimeout()Returns an option that specifies the transaction timeout.static TransactionOptionReturns an option that specifies the transaction timeout.Methods in com.github.robtimus.os.windows.registry with parameters of type TransactionOptionModifier and TypeMethodDescriptionstatic TransactionalStateTransactionalState.required(TransactionOption... options) Returns a transactional state that will use the current transaction if one exists, or create a new one otherwise.static TransactionalStateTransactionalState.requiresNew(TransactionOption... options) Returns a transactional state that will create a new transaction.