Class TimerServiceJndiBindingProcessor

java.lang.Object
org.jboss.as.ee.component.deployers.AbstractComponentConfigProcessor
org.jboss.as.ejb3.deployment.processors.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 Details

    • TimerServiceJndiBindingProcessor

      public TimerServiceJndiBindingProcessor()
  • Method Details

    • 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