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 Summary
ConstructorsConstructorDescriptionAsynchronousMergingProcessor(org.jboss.msc.service.ServiceName asynchronousThreadPoolService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) Handle annotations relating to the component that have been found in the deployment.protected voidhandleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) Handle the deployment descriptorMethods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor
deploy, getMethodIntf, getMethodParamsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
AsynchronousMergingProcessor
public AsynchronousMergingProcessor(org.jboss.msc.service.ServiceName asynchronousThreadPoolService)
-
-
Method Details
-
handleAnnotations
protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Description copied from class:AbstractMergingProcessorHandle annotations relating to the component that have been found in the deployment. Will not be called if the deployment is metadata complete.- Specified by:
handleAnnotationsin classAbstractMergingProcessor<SessionBeanComponentDescription>- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
handleDeploymentDescriptor
protected void handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Description copied from class:AbstractMergingProcessorHandle the deployment descriptor- Specified by:
handleDeploymentDescriptorin classAbstractMergingProcessor<SessionBeanComponentDescription>- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-