Uses of Interface
org.jboss.as.controller.transform.OperationRejectionPolicy
-
Packages that use OperationRejectionPolicy Package Description org.jboss.as.controller.transform -
-
Uses of OperationRejectionPolicy in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement OperationRejectionPolicy Modifier and Type Class Description static classOperationTransformer.TransformedOperationFields in org.jboss.as.controller.transform declared as OperationRejectionPolicy Modifier and Type Field Description static OperationRejectionPolicyOperationTransformer. DEFAULT_REJECTION_POLICYConstructors in org.jboss.as.controller.transform with parameters of type OperationRejectionPolicy Constructor Description TransformedOperation(org.jboss.dmr.ModelNode transformedOperation, OperationRejectionPolicy policy, OperationResultTransformer resultTransformer)
-