Class EJBsHandler
java.lang.Object
com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler
- All Implemented Interfaces:
org.glassfish.apf.AnnotationHandler
This handler is responsible for handling the jakarta.ejb.EJBs attribute
-
Field Summary
Fields inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
ejbProvider, loggerFields inherited from interface org.glassfish.apf.AnnotationHandler
ANNOTATION_HANDLER_METADATA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.glassfish.apf.HandlerProcessingResultprocessAnnotation(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().Methods inherited from class org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
processEJBMethods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
getTypeDependencies, isAEjbComponentClass, isAWebComponentClass, processAnnotation, validateAnnotatedLifecycleMethodMethods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
-
Constructor Details
-
EJBsHandler
public EJBsHandler()
-
-
Method Details
-
processAnnotation
protected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.ResourceContainerContext[] rcContexts) throws org.glassfish.apf.AnnotationProcessorException Description copied from class:EJBHandlerProcess a particular annotation which type is the same as the one returned by @see getAnnotationType(). All information pertinent to the annotation and its context is encapsulated in the passed AnnotationInfo instance.- Overrides:
processAnnotationin classEJBHandler- Parameters:
ainfo- the annotation informationrcContexts- an array of ResourceContainerContext- Returns:
- HandlerProcessingResult
- Throws:
org.glassfish.apf.AnnotationProcessorException
-