org.apache.openejb.config
Class AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler
java.lang.Object
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler
- All Implemented Interfaces:
- AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
- Enclosing class:
- AnnotationDeployer.ProcessAnnotatedBeans
public static class AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler
- extends java.lang.Object
- implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler
public AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler(AssemblyDescriptor assemblyDescriptor,
java.lang.String ejbName)
getExistingDeclarations
public java.util.Map<java.lang.String,java.util.List<MethodAttribute>> getExistingDeclarations()
- Specified by:
getExistingDeclarations
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
addClassLevelDeclaration
public void addClassLevelDeclaration(javax.ejb.TransactionAttribute attribute,
java.lang.Class type)
- Specified by:
addClassLevelDeclaration
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
addMethodLevelDeclaration
public void addMethodLevelDeclaration(javax.ejb.TransactionAttribute attribute,
java.lang.reflect.Method method)
- Specified by:
addMethodLevelDeclaration
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
getAnnotationClass
public java.lang.Class<javax.ejb.TransactionAttribute> getAnnotationClass()
- Specified by:
getAnnotationClass
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.