Class AsynchronousMergingProcessor

java.lang.Object
org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<SessionBeanComponentDescription>
org.jboss.as.ejb3.deployment.processors.merging.AsynchronousMergingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class AsynchronousMergingProcessor extends AbstractMergingProcessor<SessionBeanComponentDescription>
Merging processor that handles EJB async methods, and adds a configurator to configure any that are found.
Author:
Stuart Douglas
  • Constructor Details

    • AsynchronousMergingProcessor

      public AsynchronousMergingProcessor(org.jboss.msc.service.ServiceName asynchronousThreadPoolService)
  • Method Details