Class BufferCacheDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class BufferCacheDefinition
    extends org.jboss.as.controller.PersistentResourceDefinition
    Author:
    Tomaz Cerar (c) 2013 Red Hat Inc.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.jboss.as.controller.SimpleAttributeDefinition BUFFER_SIZE  
      protected static org.jboss.as.controller.SimpleAttributeDefinition BUFFERS_PER_REGION  
      protected static org.jboss.as.controller.SimpleAttributeDefinition MAX_REGIONS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getChildren, registerAttributes, registerChildren
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • BUFFER_SIZE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition BUFFER_SIZE
      • BUFFERS_PER_REGION

        protected static final org.jboss.as.controller.SimpleAttributeDefinition BUFFERS_PER_REGION
      • MAX_REGIONS

        protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_REGIONS
    • Method Detail

      • getAttributes

        public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Specified by:
        getAttributes in class org.jboss.as.controller.PersistentResourceDefinition