Class AsynchronousHandler

  • All Implemented Interfaces:
    com.sun.enterprise.deployment.annotation.handlers.PostProcessor<com.sun.enterprise.deployment.annotation.context.EjbContext>, org.glassfish.apf.AnnotationHandler

    @Service
    public class AsynchronousHandler
    extends AbstractAttributeHandler
    implements com.sun.enterprise.deployment.annotation.handlers.PostProcessor<com.sun.enterprise.deployment.annotation.context.EjbContext>
    This handler is responsible for handling the jakarta.ejb.Asynchronous annotation on the Bean class.
    Author:
    Marina Vatkina
    • Field Summary

      • Fields inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

        ejbProvider, logger
      • Fields inherited from interface org.glassfish.apf.AnnotationHandler

        ANNOTATION_HANDLER_METADATA
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Class<? extends Annotation>[] getTypeDependencies()  
      void postProcessAnnotation​(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.EjbContext ejbContext)
      Set the default value (from class type annotation) on all methods that don't have a value.
      protected org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
      Process Annotation with given EjbContexts.
      protected boolean supportTypeInheritance()
      This indicates whether the annotation type should be processed for type level in super-class.
      • Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

        getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
    • Constructor Detail

      • AsynchronousHandler

        public AsynchronousHandler()
    • Method Detail

      • processAnnotation

        protected org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo,
                                                                              com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
                                                                       throws org.glassfish.apf.AnnotationProcessorException
        Description copied from class: AbstractAttributeHandler
        Process Annotation with given EjbContexts.
        Specified by:
        processAnnotation in class AbstractAttributeHandler
        Returns:
        HandlerProcessingResult
        Throws:
        org.glassfish.apf.AnnotationProcessorException
      • getTypeDependencies

        public Class<? extends Annotation>[] getTypeDependencies()
        Specified by:
        getTypeDependencies in interface org.glassfish.apf.AnnotationHandler
        Overrides:
        getTypeDependencies in class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
        Returns:
        an array of annotation types this annotation handler would require to be processed (if present) before it processes it's own annotation type.
      • postProcessAnnotation

        public void postProcessAnnotation​(org.glassfish.apf.AnnotationInfo ainfo,
                                          com.sun.enterprise.deployment.annotation.context.EjbContext ejbContext)
                                   throws org.glassfish.apf.AnnotationProcessorException
        Set the default value (from class type annotation) on all methods that don't have a value. Class type annotation applies to all EJB 3.x Local/Remote/no-interface views in which that business method is exposed for that bean.
        Specified by:
        postProcessAnnotation in interface com.sun.enterprise.deployment.annotation.handlers.PostProcessor<com.sun.enterprise.deployment.annotation.context.EjbContext>
        Throws:
        org.glassfish.apf.AnnotationProcessorException