Class CMResourceResourceDefinition

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

    public class CMResourceResourceDefinition
    extends org.jboss.as.controller.SimpleResourceDefinition
    Implementation of ResourceDefinition for commit-markable-resource.
    Author:
    Stefano Maestri (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 PATH_CM_RESOURCE  
    • Method Summary

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

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

      • PATH_CM_RESOURCE

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

      • CMResourceResourceDefinition

        public CMResourceResourceDefinition()
        Default constructure. It set CMResourceAdd as add handler and ReloadRequiredRemoveStepHandler as remove handler
    • Method Detail

      • registerAttributes

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