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