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