Class StackResourceDefinition

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

    public class StackResourceDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Resource description for the addressable resource /subsystem=jgroups/stack=X
    Author:
    Richard Achmatowicz (c) 2011 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
      static org.jboss.as.controller.PathElement WILDCARD_PATH  
    • Constructor Summary

      Constructors 
      Constructor Description
      StackResourceDefinition​(boolean allowRuntimeOnlyRegistration)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jboss.as.controller.PathElement pathElement​(String name)  
      void registerChildren​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)  
      void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

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

      • WILDCARD_PATH

        public static final org.jboss.as.controller.PathElement WILDCARD_PATH
    • Constructor Detail

      • StackResourceDefinition

        public StackResourceDefinition​(boolean allowRuntimeOnlyRegistration)
    • Method Detail

      • pathElement

        public static org.jboss.as.controller.PathElement pathElement​(String name)
      • registerOperations

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

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