Uses of Class
com.sun.enterprise.deployment.annotation.context.EjbInterceptorContext
-
Packages that use EjbInterceptorContext Package Description org.glassfish.ejb.deployment.annotation.handlers -
-
Uses of EjbInterceptorContext in org.glassfish.ejb.deployment.annotation.handlers
Methods in org.glassfish.ejb.deployment.annotation.handlers with parameters of type EjbInterceptorContext Modifier and Type Method Description protected HandlerProcessingResultAbstractAttributeHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)Process Annotation with given InteceptorContext.protected HandlerProcessingResultAroundConstructHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultAroundInvokeHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultAroundTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultPostActivateHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultPrePassivateHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)
-