Class TimerServiceDeploymentProcessor

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

    public class TimerServiceDeploymentProcessor
    extends Object
    implements org.jboss.as.server.deployment.DeploymentUnitProcessor
    Deployment processor that sets up the timer service for singletons and stateless session beans NOTE: References in this document to Enterprise JavaBeans(EJB) refer to the Jakarta Enterprise Beans unless otherwise noted.
    Author:
    Stuart Douglas
    • Constructor Detail

      • TimerServiceDeploymentProcessor

        public TimerServiceDeploymentProcessor​(String threadPoolName,
                                               TimerServiceMetaData defaultMetaData)
    • Method Detail

      • deploy

        public void deploy​(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
                    throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException