org.jboss.metadata.annotation.creator.ejb
Class TransactionAttributeClassProcessor<T extends EnterpriseBeanMetaData>
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.ejb.AbstractTransactionAttributeProcessor<Class<?>,T>
org.jboss.metadata.annotation.creator.ejb.TransactionAttributeClassProcessor<T>
- All Implemented Interfaces:
- Processor<T,Class<?>>
public class TransactionAttributeClassProcessor<T extends EnterpriseBeanMetaData>
- extends AbstractTransactionAttributeProcessor<Class<?>,T>
- implements Processor<T,Class<?>>
Process transaction attribute annotations on classes.
- Version:
- $Revision: 67165 $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionAttributeClassProcessor
public TransactionAttributeClassProcessor(AnnotationFinder<AnnotatedElement> finder)
createContainerTransaction
protected ContainerTransactionMetaData createContainerTransaction(String ejbName,
javax.ejb.TransactionAttribute annotation,
Class<?> cls)
- Specified by:
createContainerTransaction
in class AbstractTransactionAttributeProcessor<Class<?>,T extends EnterpriseBeanMetaData>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.