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

java.lang.Object
  extended by 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>


Constructor Summary
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean)
           
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean, Map<Object,ContainerConcurrency> methods)
           
 
Method Summary
 void addClassLevelDeclaration(javax.ejb.Lock attribute, Class type)
           
 void addMethodLevelDeclaration(javax.ejb.Lock attribute, Method method)
           
 Class<javax.ejb.Lock> getAnnotationClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler
getExistingDeclarations
 

Constructor Detail

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)
Method Detail

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.