Class ShallowResourceDefinition

    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      protected boolean registerRuntimeOnly  
    • Constructor Summary

      Constructors 
      Constructor Description
      ShallowResourceDefinition​(org.jboss.as.controller.SimpleResourceDefinition.Parameters parameters, boolean registerRuntimeOnly)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getAttributes, getChildren, 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, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • registerRuntimeOnly

        protected final boolean registerRuntimeOnly
    • Constructor Detail

      • ShallowResourceDefinition

        public ShallowResourceDefinition​(org.jboss.as.controller.SimpleResourceDefinition.Parameters parameters,
                                         boolean registerRuntimeOnly)
    • Method Detail

      • registerOperations

        public void registerOperations​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerOperations in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerOperations 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.PersistentResourceDefinition