org.apache.geronimo.connector.deployment
Class AdminObjectRefBuilder.AdminObjectRefProcessor

java.lang.Object
  extended by org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelper
      extended by org.apache.geronimo.j2ee.deployment.annotation.ResourceAnnotationHelper.ResourceProcessor
          extended by org.apache.geronimo.connector.deployment.AdminObjectRefBuilder.AdminObjectRefProcessor
Enclosing class:
AdminObjectRefBuilder

public static class AdminObjectRefBuilder.AdminObjectRefProcessor
extends ResourceAnnotationHelper.ResourceProcessor


Field Summary
static AdminObjectRefBuilder.AdminObjectRefProcessor INSTANCE
           
 
Constructor Summary
AdminObjectRefBuilder.AdminObjectRefProcessor(Map<String,GerResourceEnvRefType> refMap, Map<String,Map<String,GerMessageDestinationType>> messageDestinations, EARContext earContext)
           
 
Method Summary
 boolean processResource(AnnotatedApp annotatedApp, Resource annotation, Class cls, Method method, Field field)
           
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.annotation.ResourceAnnotationHelper.ResourceProcessor
getResourceName, getResourceType
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelper
configureInjectionTarget, getInjectionClass, getInjectionJavaType, hasTarget, validateDD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AdminObjectRefBuilder.AdminObjectRefProcessor INSTANCE
Constructor Detail

AdminObjectRefBuilder.AdminObjectRefProcessor

public AdminObjectRefBuilder.AdminObjectRefProcessor(Map<String,GerResourceEnvRefType> refMap,
                                                     Map<String,Map<String,GerMessageDestinationType>> messageDestinations,
                                                     EARContext earContext)
Method Detail

processResource

public boolean processResource(AnnotatedApp annotatedApp,
                               Resource annotation,
                               Class cls,
                               Method method,
                               Field field)
                        throws DeploymentException
Specified by:
processResource in class ResourceAnnotationHelper.ResourceProcessor
Throws:
DeploymentException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.