Interface ComponentConfigurator

All Known Implementing Classes:
NamespaceConfigurator

public interface ComponentConfigurator
A configurator for components. Each configurator is run in the order it appears on the component description.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)
    Apply this configurator to the given component configuration.
  • Method Details

    • configure

      void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Apply this configurator to the given component configuration.
      Parameters:
      context - the deployment phase context
      description - the completed component description
      configuration - the component configuration to build on to
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException - if configuration fails