Class DistributableWebResourceDefinition

  • All Implemented Interfaces:
    Consumer<org.jboss.as.server.DeploymentProcessorTarget>, org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.SubsystemRegistration>, org.jboss.as.controller.ResourceDefinition

    public class DistributableWebResourceDefinition
    extends org.jboss.as.clustering.controller.SubsystemResourceDefinition<org.jboss.as.controller.SubsystemRegistration>
    implements Consumer<org.jboss.as.server.DeploymentProcessorTarget>
    Definition of the /subsystem=distributable-web resource.
    Author:
    Paul Ferraro
    • Nested Class Summary

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

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(org.jboss.as.server.DeploymentProcessorTarget target)  
      void register​(org.jboss.as.controller.SubsystemRegistration parent)  
      • Methods inherited from class org.jboss.as.clustering.controller.SubsystemResourceDefinition

        pathElement
      • Methods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition

        registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Method Detail

      • register

        public void register​(org.jboss.as.controller.SubsystemRegistration parent)
        Specified by:
        register in interface org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.SubsystemRegistration>
      • accept

        public void accept​(org.jboss.as.server.DeploymentProcessorTarget target)
        Specified by:
        accept in interface Consumer<org.jboss.as.server.DeploymentProcessorTarget>