@Service public class PrePassivateHandler extends AbstractAttributeHandler
localStrings
ejbProvider, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
PrePassivateHandler() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
protected boolean |
isDelegatee()
This indicates whether the annotation can be processed by delegation
from the another annotation.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext)
Process Annotation with given InteceptorContext.
|
processAnnotation, supportTypeInheritance
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
AbstractAttributeHandler
processAnnotation
in class AbstractAttributeHandler
AnnotationProcessorException
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext) throws AnnotationProcessorException
AbstractAttributeHandler
processAnnotation
in class AbstractAttributeHandler
AnnotationProcessorException
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies
in interface AnnotationHandler
getTypeDependencies
in class AbstractHandler
protected boolean isDelegatee()
AbstractAttributeHandler
isDelegatee
in class AbstractAttributeHandler
Copyright © 2018. All rights reserved.