Uses of Class
org.jboss.as.controller.OperationContext.ResultAction
-
Packages that use OperationContext.ResultAction Package Description org.jboss.as.controller org.jboss.as.controller.audit org.jboss.as.controller.remote -
-
Uses of OperationContext.ResultAction in org.jboss.as.controller
Methods in org.jboss.as.controller that return OperationContext.ResultAction Modifier and Type Method Description static OperationContext.ResultActionOperationContext.ResultAction. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationContext.ResultAction[]OperationContext.ResultAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller with parameters of type OperationContext.ResultAction Modifier and Type Method Description voidOperationContext.ResultHandler. handleResult(OperationContext.ResultAction resultAction, OperationContext context, org.jboss.dmr.ModelNode operation)Callback to anOperationStepHandlerindicating that the result of the overall operation is known and the handler can take any necessary actions to deal with that result.Constructors in org.jboss.as.controller with parameters of type OperationContext.ResultAction Constructor Description ConfigurationChange(OperationContext.ResultAction resultAction, String userId, String domainUuid, AccessMechanism accessMecanism, InetAddress inetAddress, List<org.jboss.dmr.ModelNode> operations) -
Uses of OperationContext.ResultAction in org.jboss.as.controller.audit
Methods in org.jboss.as.controller.audit with parameters of type OperationContext.ResultAction Modifier and Type Method Description voidAuditLogger. log(boolean readOnly, OperationContext.ResultAction resultAction, String userId, String domainUUID, AccessMechanism accessMechanism, InetAddress remoteAddress, Resource resultantModel, List<org.jboss.dmr.ModelNode> operations)voidManagedAuditLoggerImpl. log(boolean readOnly, OperationContext.ResultAction resultAction, String userId, String domainUUID, AccessMechanism accessMechanism, InetAddress remoteAddress, Resource resultantModel, List<org.jboss.dmr.ModelNode> operations) -
Uses of OperationContext.ResultAction in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote with parameters of type OperationContext.ResultAction Modifier and Type Method Description voidEarlyResponseSendListener. sendEarlyResponse(OperationContext.ResultAction resultAction)Informs the management kernel that it is ok to send an early response to the operation.
-