Package org.jboss.as.ee.component
Interface ComponentConfigurator
-
- All Known Implementing Classes:
NamespaceConfigurator
public interface ComponentConfiguratorA configurator for components. Each configurator is run in the order it appears on the component description.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)Apply this configurator to the given component configuration.
-
-
-
Method Detail
-
configure
void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionApply this configurator to the given component configuration.- Parameters:
context- the deployment phase contextdescription- the completed component descriptionconfiguration- the component configuration to build on to- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException- if configuration fails
-
-