public static class AnnotationDeployer.ProcessAnnotatedBeans.LockHandler extends Object implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>
| Constructor and Description |
|---|
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean) |
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean,
Map<Object,ContainerConcurrency> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassLevelDeclaration(javax.ejb.Lock attribute,
Class type) |
void |
addMethodLevelDeclaration(javax.ejb.Lock attribute,
Method method) |
Class<javax.ejb.Lock> |
getAnnotationClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExistingDeclarationspublic AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean)
public AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean, Map<Object,ContainerConcurrency> methods)
public void addClassLevelDeclaration(javax.ejb.Lock attribute,
Class type)
addClassLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>public void addMethodLevelDeclaration(javax.ejb.Lock attribute,
Method method)
addMethodLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>public Class<javax.ejb.Lock> getAnnotationClass()
getAnnotationClass in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.Lock>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.