Class DefaultBindingsConfigurationProcessor

java.lang.Object
org.jboss.as.ee.component.deployers.DefaultBindingsConfigurationProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class DefaultBindingsConfigurationProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
The DeploymentUnitProcessor which adds the EE subsystem default bindings configuration to EE module descriptions.
Author:
Eduardo Martins
  • Constructor Details

    • DefaultBindingsConfigurationProcessor

      public DefaultBindingsConfigurationProcessor()
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • setContextService

      public void setContextService(String contextService)
    • setDataSource

      public void setDataSource(String dataSource)
    • setJmsConnectionFactory

      public void setJmsConnectionFactory(String jmsConnectionFactory)
    • setManagedExecutorService

      public void setManagedExecutorService(String managedExecutorService)
    • setManagedScheduledExecutorService

      public void setManagedScheduledExecutorService(String managedScheduledExecutorService)
    • setManagedThreadFactory

      public void setManagedThreadFactory(String managedThreadFactory)