Class CoreAddressDefinition

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

    public class CoreAddressDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Core address resource definition
    Author:
    Jeff Mesnil (c) 2012 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.AttributeDefinition[] ATTRS  
      static org.jboss.as.controller.PathElement PATH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRuntime()  
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      void registerChildren​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

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

      • PATH

        public static final org.jboss.as.controller.PathElement PATH
      • ATTRS

        public static final org.jboss.as.controller.AttributeDefinition[] ATTRS
    • Constructor Detail

      • CoreAddressDefinition

        public CoreAddressDefinition()
    • Method Detail

      • isRuntime

        public boolean isRuntime()
        Specified by:
        isRuntime in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        isRuntime in class org.jboss.as.controller.SimpleResourceDefinition
      • registerAttributes

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

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