Uses of Class
javax.ejb.Lock

Packages that use Lock
org.apache.openejb.config   
org.superbiz.registry   
 

Uses of Lock in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return types with arguments of type Lock
 Class<Lock> AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass()
           
 

Methods in org.apache.openejb.config with parameters of type Lock
 void AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration(Lock attribute, Class type)
           
 void AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration(Lock attribute, Method method)
           
 

Uses of Lock in org.superbiz.registry
 

Classes in org.superbiz.registry with annotations of type Lock
 class ComponentRegistryBean
           
 

Methods in org.superbiz.registry with annotations of type Lock
<T> T
ComponentRegistryBean.removeComponent(Class<T> type)
           
<T> T
ComponentRegistryBean.setComponent(Class<T> type, T value)
           
 



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