public static class AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler extends Object implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>
| Constructor and Description |
|---|
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler(AssemblyDescriptor assemblyDescriptor,
String ejbName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassLevelDeclaration(javax.ejb.TransactionAttribute attribute,
Class type) |
void |
addMethodLevelDeclaration(javax.ejb.TransactionAttribute attribute,
Method method) |
Class<javax.ejb.TransactionAttribute> |
getAnnotationClass() |
Map<String,List<MethodAttribute>> |
getExistingDeclarations() |
public AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler(AssemblyDescriptor assemblyDescriptor, String ejbName)
public Map<String,List<MethodAttribute>> getExistingDeclarations()
getExistingDeclarations in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>public void addClassLevelDeclaration(javax.ejb.TransactionAttribute attribute,
Class type)
addClassLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>public void addMethodLevelDeclaration(javax.ejb.TransactionAttribute attribute,
Method method)
addMethodLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>public Class<javax.ejb.TransactionAttribute> getAnnotationClass()
getAnnotationClass in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.TransactionAttribute>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.