org.apache.openejb.config
Class AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler

java.lang.Object
  extended by org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler
All Implemented Interfaces:
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>
Enclosing class:
AnnotationDeployer.ProcessAnnotatedBeans

public static class AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler
extends java.lang.Object
implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>


Constructor Summary
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler(AssemblyDescriptor assemblyDescriptor, java.lang.String ejbName)
           
 
Method Summary
 void addClassLevelDeclaration(Lock attribute, java.lang.Class type)
           
 void addMethodLevelDeclaration(Lock attribute, java.lang.reflect.Method method)
           
 java.lang.Class<Lock> getAnnotationClass()
           
 java.util.Map<java.lang.String,java.util.List<MethodAttribute>> getExistingDeclarations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler

public AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler(AssemblyDescriptor assemblyDescriptor,
                                                                            java.lang.String ejbName)
Method Detail

getExistingDeclarations

public java.util.Map<java.lang.String,java.util.List<MethodAttribute>> getExistingDeclarations()
Specified by:
getExistingDeclarations in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>

addClassLevelDeclaration

public void addClassLevelDeclaration(Lock attribute,
                                     java.lang.Class type)
Specified by:
addClassLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>

addMethodLevelDeclaration

public void addMethodLevelDeclaration(Lock attribute,
                                      java.lang.reflect.Method method)
Specified by:
addMethodLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>

getAnnotationClass

public java.lang.Class<Lock> getAnnotationClass()
Specified by:
getAnnotationClass in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>


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