Uses of Enum Class
org.jboss.as.controller.OperationContext.ResultAction
Packages that use OperationContext.ResultAction
Package
Description
-
Uses of OperationContext.ResultAction in org.jboss.as.controller
Methods in org.jboss.as.controller that return OperationContext.ResultActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OperationContext.ResultAction[]OperationContext.ResultAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller with parameters of type OperationContext.ResultActionModifier and TypeMethodDescriptionvoidOperationContext.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.ResultActionModifierConstructorDescriptionConfigurationChange(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.ResultActionModifier and TypeMethodDescriptionvoidAuditLogger.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.ResultActionModifier and TypeMethodDescriptionvoidEarlyResponseSendListener.sendEarlyResponse(OperationContext.ResultAction resultAction) Informs the management kernel that it is ok to send an early response to the operation.