org.apache.openejb.config
Class AnnotationDeployer

java.lang.Object
  extended by org.apache.openejb.config.AnnotationDeployer
All Implemented Interfaces:
DynamicDeployer

public class AnnotationDeployer
extends Object
implements DynamicDeployer

Version:
$Rev: 639147 $ $Date: 2008-03-20 04:49:01 +0100 (Do, 20. M��r 2008) $

Nested Class Summary
static class AnnotationDeployer.DiscoverAnnotatedBeans
           
static class AnnotationDeployer.FieldMember
           
static interface AnnotationDeployer.Member
           
static class AnnotationDeployer.MethodMember
           
static class AnnotationDeployer.ProcessAnnotatedBeans
           
 
Field Summary
static Logger logger
           
 
Constructor Summary
AnnotationDeployer()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
 WebModule deploy(WebModule webModule)
           
static ThreadLocal<ValidationContext> getValidationContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final Logger logger
Constructor Detail

AnnotationDeployer

public AnnotationDeployer()
Method Detail

deploy

public AppModule deploy(AppModule appModule)
                 throws OpenEJBException
Specified by:
deploy in interface DynamicDeployer
Throws:
OpenEJBException

deploy

public WebModule deploy(WebModule webModule)
                 throws OpenEJBException
Throws:
OpenEJBException

getValidationContext

public static ThreadLocal<ValidationContext> getValidationContext()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.