Uses of Interface
org.jboss.as.controller.OperationContext.RollbackHandler
Packages that use OperationContext.RollbackHandler
-
Uses of OperationContext.RollbackHandler in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationContext.RollbackHandlerModifier and TypeFieldDescriptionstatic final OperationContext.RollbackHandlerOperationContext.RollbackHandler.NOOP_ROLLBACK_HANDLERAOperationContext.RollbackHandlerthat does nothing in the callback.static final OperationContext.RollbackHandlerOperationContext.RollbackHandler.REVERT_RELOAD_REQUIRED_ROLLBACK_HANDLERMethods in org.jboss.as.controller with parameters of type OperationContext.RollbackHandlerModifier and TypeMethodDescriptionvoidOperationContext.completeStep(OperationContext.RollbackHandler rollbackHandler) Complete a step, while registering fora notificationif the work done by the caller needs to be rolled back}.