Enum ThreadPoolResourceDefinition

    • Method Detail

      • values

        public static ThreadPoolResourceDefinition[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ThreadPoolResourceDefinition c : ThreadPoolResourceDefinition.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ThreadPoolResourceDefinition valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getPathElement

        public org.jboss.as.controller.PathElement getPathElement()
        Specified by:
        getPathElement in interface org.jboss.as.controller.ResourceDefinition
      • getDescriptionProvider

        public org.jboss.as.controller.descriptions.DescriptionProvider getDescriptionProvider​(org.jboss.as.controller.registry.ImmutableManagementResourceRegistration registration)
        Specified by:
        getDescriptionProvider in interface org.jboss.as.controller.ResourceDefinition
      • registerOperations

        public void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        registerOperations in interface org.jboss.as.controller.ResourceDefinition
      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
      • registerNotifications

        public void registerNotifications​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        registerNotifications in interface org.jboss.as.controller.ResourceDefinition
      • registerChildren

        public void registerChildren​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        registerChildren in interface org.jboss.as.controller.ResourceDefinition
      • getAccessConstraints

        public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
        Specified by:
        getAccessConstraints in interface org.jboss.as.controller.ResourceDefinition
      • isRuntime

        public boolean isRuntime()
        Specified by:
        isRuntime in interface org.jboss.as.controller.ResourceDefinition
      • isOrderedChild

        public boolean isOrderedChild()
        Specified by:
        isOrderedChild in interface org.jboss.as.controller.ResourceDefinition