@Service
public class EJBHandler
extends com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
| Modifier and Type | Field and Description |
|---|---|
protected static com.sun.enterprise.util.LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
EJBHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected org.glassfish.apf.HandlerProcessingResult |
processEJB(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.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 com.sun.enterprise.util.LocalStringManagerImpl localStrings
protected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.ResourceContainerContext[] rcContexts)
throws org.glassfish.apf.AnnotationProcessorException
processAnnotation in class com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandlerainfo - the annotation informationrcContexts - an array of ResourceContainerContextorg.glassfish.apf.AnnotationProcessorExceptionprotected org.glassfish.apf.HandlerProcessingResult processEJB(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.ResourceContainerContext[] rcContexts,
javax.ejb.EJB ejbAn)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - the annotation informationrcContexts - an array of ResourceContainerContextejbAn - org.glassfish.apf.AnnotationProcessorExceptionCopyright © 2019. All rights reserved.