@Service public class StatefulHandler extends AbstractEjbHandler
localStringsejbProvider, loggerANNOTATION_HANDLER_METADATA| Constructor and Description |
|---|
StatefulHandler()
Creates a new instance of StatefulHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EjbDescriptor |
createEjbDescriptor(String elementName,
AnnotationInfo ainfo)
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
|
protected String |
getAnnotatedName(Annotation annotation)
Return the name attribute of given annotation.
|
protected boolean |
isValidEjbDescriptor(EjbDescriptor ejbDesc,
Annotation annotation)
Check if the given EjbDescriptor matches the given Annotation.
|
protected HandlerProcessingResult |
setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
doDescriptionProcessing, doMappedNameProcessing, excludedFromImplementsClause, processAnnotation, setBusinessAndHomeInterfacesgetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethodpublic StatefulHandler()
protected String getAnnotatedName(Annotation annotation)
getAnnotatedName in class AbstractEjbHandlerannotation - protected boolean isValidEjbDescriptor(EjbDescriptor ejbDesc, Annotation annotation)
isValidEjbDescriptor in class AbstractEjbHandlerejbDesc - annotation - protected EjbDescriptor createEjbDescriptor(String elementName, AnnotationInfo ainfo) throws AnnotationProcessorException
createEjbDescriptor in class AbstractEjbHandlerelementName - ainfo - AnnotationProcessorExceptionprotected HandlerProcessingResult setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo) throws AnnotationProcessorException
setEjbDescriptorInfo in class AbstractEjbHandlerejbDesc - ainfo - AnnotationProcessorExceptionCopyright © 2017. All rights reserved.