public class SessionSynchronizationMergingProcessor extends AbstractMergingProcessor<StatefulComponentDescription>
Constructor and Description |
---|
SessionSynchronizationMergingProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description)
Handle the deployment descriptor
|
deploy, getMethodIntf, getMethodParams, undeploy
public SessionSynchronizationMergingProcessor()
protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
AbstractMergingProcessor
handleAnnotations
in class AbstractMergingProcessor<StatefulComponentDescription>
org.jboss.as.server.deployment.DeploymentUnitProcessingException
protected void handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
AbstractMergingProcessor
handleDeploymentDescriptor
in class AbstractMergingProcessor<StatefulComponentDescription>
org.jboss.as.server.deployment.DeploymentUnitProcessingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.