org.apache.openejb.config
Class AnnotationDeployer.ProcessAnnotatedBeans.LockHandler
java.lang.Object
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.LockHandler
- All Implemented Interfaces:
- AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
- Enclosing class:
- AnnotationDeployer.ProcessAnnotatedBeans
public static class AnnotationDeployer.ProcessAnnotatedBeans.LockHandler
- extends Object
- implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler
public AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean)
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler
public AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean,
Map<Object,ContainerConcurrency> methods)
addClassLevelDeclaration
public void addClassLevelDeclaration(javax.ejb.Lock attribute,
Class type)
- Specified by:
addClassLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
addMethodLevelDeclaration
public void addMethodLevelDeclaration(javax.ejb.Lock attribute,
Method method)
- Specified by:
addMethodLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
getAnnotationClass
public Class<javax.ejb.Lock> getAnnotationClass()
- Specified by:
getAnnotationClass in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.