Class SimpleRejectAttributeChecker
java.lang.Object
org.jboss.as.clustering.controller.transform.SimpleRejectAttributeChecker
- All Implemented Interfaces:
org.jboss.as.controller.transform.description.RejectAttributeChecker
public class SimpleRejectAttributeChecker
extends Object
implements org.jboss.as.controller.transform.description.RejectAttributeChecker
Simple
RejectAttributeChecker that provides the operation or model context to a SimpleRejectAttributeChecker.Rejecter.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker
org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker -
Field Summary
Fields inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker
ALL, DEFINED, SIMPLE_EXPRESSIONS, UNDEFINED -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetRejectionLogMessage(Map<String, org.jboss.dmr.ModelNode> attributes) booleanrejectOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context) booleanrejectResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
-
Constructor Details
-
SimpleRejectAttributeChecker
-
-
Method Details
-
rejectOperationParameter
public boolean rejectOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context) - Specified by:
rejectOperationParameterin interfaceorg.jboss.as.controller.transform.description.RejectAttributeChecker
-
rejectResourceAttribute
public boolean rejectResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context) - Specified by:
rejectResourceAttributein interfaceorg.jboss.as.controller.transform.description.RejectAttributeChecker
-
getRejectionLogMessageId
- Specified by:
getRejectionLogMessageIdin interfaceorg.jboss.as.controller.transform.description.RejectAttributeChecker
-
getRejectionLogMessage
- Specified by:
getRejectionLogMessagein interfaceorg.jboss.as.controller.transform.description.RejectAttributeChecker
-