Uses of Class
org.jboss.as.controller.NoopOperationStepHandler
-
Packages that use NoopOperationStepHandler Package Description org.jboss.as.controller -
-
Uses of NoopOperationStepHandler in org.jboss.as.controller
Fields in org.jboss.as.controller declared as NoopOperationStepHandler Modifier and Type Field Description static NoopOperationStepHandlerNoopOperationStepHandler. WITH_RESULTANoopOperationStepHandlerthat also callsOperationContext.getResult()thus initializing it toModelType.UNDEFINED.static NoopOperationStepHandlerNoopOperationStepHandler. WITHOUT_RESULTANoopOperationStepHandlerthat doesn't do anything to establish the operation result node.
-