org.apache.openejb.config
Class AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler
public AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler(AssemblyDescriptor assemblyDescriptor,
String ejbName)
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.