Class DistributableWebResourceDefinition

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

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

      • register

        public void register​(org.jboss.as.controller.SubsystemRegistration parent)
        Specified by:
        register in interface 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>