Uses of Class
com.github.robtimus.os.windows.registry.TransactionalState
-
Uses of TransactionalState in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return TransactionalStateModifier and TypeMethodDescriptionstatic TransactionalStateTransactionalState.mandatory()Returns a transactional state that will cause an exception to be thrown if no current transaction exists.static TransactionalStateTransactionalState.never()Returns a transactional state that will cause an exception to be thrown if a current transaction exists.static TransactionalStateTransactionalState.notSupported()Returns a transactional state that will not use any transaction.static 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.static TransactionalStateTransactionalState.supports()Returns a transactional state that will use the current transaction if one exists, or no transaction otherwise.