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 Classes
    Modifier and Type
    Class
    Description
    static interface 
     

    Nested 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

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    getRejectionLogMessage(Map<String,org.jboss.dmr.ModelNode> attributes)
     
     
    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)
     
    boolean
    rejectResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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:
      rejectOperationParameter in interface org.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:
      rejectResourceAttribute in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
    • getRejectionLogMessageId

      public String getRejectionLogMessageId()
      Specified by:
      getRejectionLogMessageId in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
    • getRejectionLogMessage

      public String getRejectionLogMessage(Map<String,org.jboss.dmr.ModelNode> attributes)
      Specified by:
      getRejectionLogMessage in interface org.jboss.as.controller.transform.description.RejectAttributeChecker