Class TimerServiceJndiBindingProcessor

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.DeploymentUnitProcessor

    public class TimerServiceJndiBindingProcessor
    extends AbstractComponentConfigProcessor
    Deployment processor responsible for detecting Jakarta Enterprise Beans components and adding a BindingConfiguration for the java:comp/TimerService entry.

    User: Jaikiran Pai

    • Constructor Detail

      • TimerServiceJndiBindingProcessor

        public TimerServiceJndiBindingProcessor()
    • Method Detail

      • processComponentConfig

        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)
                                       throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        processComponentConfig in class AbstractComponentConfigProcessor
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException