Searched defs:aeHandler (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DPostProcessor.java54 public void postProcessAnnotation(AnnotationInfo ainfo, T aeHandler) argument
H A DAbstractHandler.java101 * @param aeHandler
106 AnnotatedElementHandler aeHandler, AnnotationInfo ainfo)
116 logger.finer("Invalid AnnotatedElementHandler: " + aeHandler);
105 getInvalidAnnotatedElementHandlerResult( AnnotatedElementHandler aeHandler, AnnotationInfo ainfo) argument
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/deployment/annotation/handlers/
H A DConnectionDefinitionHandler.java75 AnnotatedElementHandler aeHandler = element.getProcessingContext().getHandler();
76 handleAnnotation(aeHandler, defn, element);
80 AnnotatedElementHandler aeHandler = element.getProcessingContext().getHandler();
83 if (aeHandler instanceof RarBundleContext) {
84 handleAnnotation(aeHandler, connDefn, element);
91 private void handleAnnotation(AnnotatedElementHandler aeHandler, ConnectionDefinition connDefn, AnnotationInfo element) { argument
92 RarBundleContext rarContext = (RarBundleContext) aeHandler;

Completed in 196 milliseconds