public class ImplicitLocalViewProcessor extends AbstractComponentConfigProcessor
SessionBeanComponentDescription's bean class and checks whether it exposes:
SessionBeanComponentDescription is updated with this info accordingly.
This processor MUST run before the EJB jndi binding processor is run.| Constructor and Description |
|---|
ImplicitLocalViewProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
deploy, undeployprotected void processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
AbstractComponentConfigProcessorprocessComponentConfig in class AbstractComponentConfigProcessordeploymentUnit - The deployment unitphaseContext - The phase contextindex - The annotation indexcomponentDescription - The component configurationorg.jboss.as.server.deployment.DeploymentUnitProcessingException - if any problems occurCopyright © 2023 JBoss by Red Hat. All rights reserved.