|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.config.AnnotationDeployer
public class AnnotationDeployer
Nested Class Summary | |
---|---|
static class |
AnnotationDeployer.DiscoverAnnotatedBeans
|
static class |
AnnotationDeployer.FieldMember
Implementation of Member for java.lang.reflect.Field Used for injection targets that are annotated fields |
static interface |
AnnotationDeployer.Member
Small utility interface used to allow polymorphing of java.lang.reflect.Method and java.lang.reflect.Field so that each can be treated as injection targets using the same code. |
static class |
AnnotationDeployer.MethodMember
Implementation of Member for java.lang.reflect.Method Used for injection targets that are annotated methods |
static class |
AnnotationDeployer.ProcessAnnotatedBeans
|
Field Summary | |
---|---|
static Logger |
logger
|
static Logger |
startupLogger
|
Constructor Summary | |
---|---|
AnnotationDeployer()
|
Method Summary | |
---|---|
AppModule |
deploy(AppModule appModule)
|
WebModule |
deploy(WebModule webModule)
|
static DeploymentModule |
getModule()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Logger logger
public static final Logger startupLogger
Constructor Detail |
---|
public AnnotationDeployer()
Method Detail |
---|
public AppModule deploy(AppModule appModule) throws OpenEJBException
deploy
in interface DynamicDeployer
OpenEJBException
public WebModule deploy(WebModule webModule) throws OpenEJBException
OpenEJBException
public static DeploymentModule getModule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |