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

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


Constructor Summary
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler(AssemblyDescriptor assemblyDescriptor, java.lang.String ejbName)
           
 
Method Summary
 void addClassLevelDeclaration(javax.ejb.TransactionAttribute attribute, java.lang.Class type)
           
 void addMethodLevelDeclaration(javax.ejb.TransactionAttribute attribute, java.lang.reflect.Method method)
           
 java.lang.Class<javax.ejb.TransactionAttribute> getAnnotationClass()
           
 java.util.Map<java.lang.String,java.util.List<MethodAttribute>> getExistingDeclarations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler

public AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler(AssemblyDescriptor assemblyDescriptor,
                                                                            java.lang.String ejbName)
Method Detail

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.