public class TimerServiceJndiBindingProcessor extends AbstractComponentConfigProcessor
BindingConfiguration
for the
java:comp/TimerService entry.
Note that the java:comp/TimerService *isn't* added for Stateful session beans, since TimerService isn't supported for
stateful session EJBs.
User: Jaikiran PaiConstructor and Description |
---|
TimerServiceJndiBindingProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
deploy, undeploy
protected void processComponentConfig(DeploymentUnit deploymentUnit, DeploymentPhaseContext phaseContext, CompositeIndex index, ComponentDescription componentDescription) throws DeploymentUnitProcessingException
AbstractComponentConfigProcessor
processComponentConfig
in class AbstractComponentConfigProcessor
deploymentUnit
- The deployment unitphaseContext
- The phase contextindex
- The annotation indexcomponentDescription
- The component configurationDeploymentUnitProcessingException
- if any problems occurCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.