Class ByteBufferPoolDefinition

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

    public class ByteBufferPoolDefinition
    extends org.jboss.as.controller.PersistentResourceDefinition
    Author:
    Richard Opalka
    • 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 DIRECT  
      protected static org.jboss.as.controller.SimpleAttributeDefinition LEAK_DETECTION_PERCENT  
      protected static org.jboss.as.controller.SimpleAttributeDefinition MAX_POOL_SIZE  
      protected static org.jboss.as.controller.SimpleAttributeDefinition THREAD_LOCAL_CACHE_SIZE  
    • 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
      • MAX_POOL_SIZE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_POOL_SIZE
      • DIRECT

        protected static final org.jboss.as.controller.SimpleAttributeDefinition DIRECT
      • THREAD_LOCAL_CACHE_SIZE

        protected static final org.jboss.as.controller.SimpleAttributeDefinition THREAD_LOCAL_CACHE_SIZE
      • LEAK_DETECTION_PERCENT

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

      • getAttributes

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