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 Object
implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<Lock>


Constructor Summary
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler(AssemblyDescriptor assemblyDescriptor, String ejbName)
           
 
Method Summary
 void addClassLevelDeclaration(Lock attribute, Class type)
           
 void addMethodLevelDeclaration(Lock attribute, Method method)
           
 Class<Lock> getAnnotationClass()
           
 Map<String,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,
                                                                            String ejbName)
Method Detail

getExistingDeclarations

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

addClassLevelDeclaration

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

addMethodLevelDeclaration

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

getAnnotationClass

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


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