Class DataSourceDefinitionsHandler

java.lang.Object
com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionsHandler
All Implemented Interfaces:
org.glassfish.apf.AnnotationHandler

@Service public class DataSourceDefinitionsHandler extends com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
Author:
Jagadish Ramu
  • Field Summary

    Fields inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

    ejbProvider, logger

    Fields inherited from interface org.glassfish.apf.AnnotationHandler

    ANNOTATION_HANDLER_METADATA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Annotation>[]
     
    protected org.glassfish.apf.HandlerProcessingResult
    processAnnotation(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.ResourceContainerContext[] rcContexts)
     

    Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler

    isAEjbComponentClass, isAWebComponentClass, processAnnotation, validateAnnotatedLifecycleMethod

    Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

    getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataSourceDefinitionsHandler

      public DataSourceDefinitionsHandler()
  • 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
      Specified by:
      processAnnotation in class com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler
      Throws:
      org.glassfish.apf.AnnotationProcessorException
    • getTypeDependencies

      public Class<? extends Annotation>[] getTypeDependencies()
      Specified by:
      getTypeDependencies in interface org.glassfish.apf.AnnotationHandler
      Overrides:
      getTypeDependencies in class com.sun.enterprise.deployment.annotation.handlers.AbstractResourceHandler