@Service public class ConnectionDefinitionHandler extends AbstractHandler
Modifier and Type | Field and Description |
---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
ConnectionDefinitionHandler() |
Modifier and Type | Method and Description |
---|---|
protected HandlerProcessingResult |
getDefaultProcessedResult() |
Class<? extends Annotation>[] |
getTypeDependencies() |
HandlerProcessingResult |
processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
void |
processAnnotation(AnnotationInfo element,
javax.resource.spi.ConnectionDefinition defn) |
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
protected static final LocalStringManagerImpl localStrings
public void processAnnotation(AnnotationInfo element, javax.resource.spi.ConnectionDefinition defn) throws AnnotationProcessorException
AnnotationProcessorException
public HandlerProcessingResult processAnnotation(AnnotationInfo element) throws AnnotationProcessorException
AnnotationHandler
element
- the annotation informationAnnotationProcessorException
protected HandlerProcessingResult getDefaultProcessedResult()
getDefaultProcessedResult
in class AbstractHandler
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies
in interface AnnotationHandler
getTypeDependencies
in class AbstractHandler
Copyright © 2021. All rights reserved.