Uses of Interface
org.jboss.as.controller.OperationContext.ResultHandler
-
Packages that use OperationContext.ResultHandler Package Description org.jboss.as.controller -
-
Uses of OperationContext.ResultHandler in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationContext.ResultHandler Modifier and Type Field Description static OperationContext.ResultHandlerOperationContext.ResultHandler. NOOP_RESULT_HANDLERAOperationContext.ResultHandlerthat does nothing in the callback.Methods in org.jboss.as.controller with parameters of type OperationContext.ResultHandler Modifier and Type Method Description voidOperationContext. completeStep(OperationContext.ResultHandler resultHandler)Complete a step, while registering fora notificationwhen the overall result of the operation is known.
-