@Service public class EJBHandler extends AbstractResourceHandler
| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, loggerANNOTATION_HANDLER_METADATA| Constructor and Description |
|---|
EJBHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
processEJB(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
javax.ejb.EJB ejbAn)
Process a particular annotation whose type is the same as the
one returned by @see getAnnotationType().
|
getTypeDependencies, isAEjbComponentClass, isAWebComponentClass, processAnnotation, validateAnnotatedLifecycleMethodgetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodprotected static final LocalStringManagerImpl localStrings
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) throws AnnotationProcessorException
processAnnotation in class AbstractResourceHandlerainfo - the annotation informationrcContexts - an array of ResourceContainerContextAnnotationProcessorExceptionprotected HandlerProcessingResult processEJB(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, javax.ejb.EJB ejbAn) throws AnnotationProcessorException
ainfo - the annotation informationrcContexts - an array of ResourceContainerContextejbAn - AnnotationProcessorExceptionCopyright © 2019. All rights reserved.