@Service public class StatefulHandler extends AbstractEjbHandler
localStrings| Constructor and Description |
|---|
StatefulHandler()
Creates a new instance of StatefulHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EjbDescriptor |
createEjbDescriptor(String elementName,
org.glassfish.apf.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 org.glassfish.apf.HandlerProcessingResult |
setEjbDescriptorInfo(EjbDescriptor ejbDesc,
org.glassfish.apf.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, org.glassfish.apf.AnnotationInfo ainfo) throws org.glassfish.apf.AnnotationProcessorException
createEjbDescriptor in class AbstractEjbHandlerelementName - ainfo - org.glassfish.apf.AnnotationProcessorExceptionprotected org.glassfish.apf.HandlerProcessingResult setEjbDescriptorInfo(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo) throws org.glassfish.apf.AnnotationProcessorException
setEjbDescriptorInfo in class AbstractEjbHandlerejbDesc - ainfo - org.glassfish.apf.AnnotationProcessorExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.