Class AroundTimeoutHandler

  • All Implemented Interfaces:
    org.glassfish.apf.AnnotationHandler

    @Service
    public class AroundTimeoutHandler
    extends AroundInvokeHandler
    This handler is responsible for handling the jakarta.ejb.AroundTimeout attribute
    • 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
      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 org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.EjbInterceptorContext ejbInterceptorContext)
      Process Annotation with given InteceptorContext.
      • 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

      • AroundTimeoutHandler

        public AroundTimeoutHandler()
    • 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.
        Overrides:
        processAnnotation in class AroundInvokeHandler
        Returns:
        HandlerProcessingResult
        Throws:
        org.glassfish.apf.AnnotationProcessorException
      • processAnnotation

        protected org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo,
                                                                              com.sun.enterprise.deployment.annotation.context.EjbInterceptorContext ejbInterceptorContext)
                                                                       throws org.glassfish.apf.AnnotationProcessorException
        Description copied from class: AbstractAttributeHandler
        Process Annotation with given InteceptorContext.
        Overrides:
        processAnnotation in class AroundInvokeHandler
        Returns:
        HandlerProcessingResult
        Throws:
        org.glassfish.apf.AnnotationProcessorException