org.jboss.metadata.annotation.creator.ejb.jboss
Class TransactionAttributeMethodProcessor<T extends JBossEnterpriseBeanMetaData>

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.jboss.AbstractTransactionAttributeProcessor<Method,T>
          extended by org.jboss.metadata.annotation.creator.ejb.jboss.TransactionAttributeMethodProcessor<T>
All Implemented Interfaces:
Processor<T,Method>

public class TransactionAttributeMethodProcessor<T extends JBossEnterpriseBeanMetaData>
extends AbstractTransactionAttributeProcessor<Method,T>
implements Processor<T,Method>

A TransactionAttributeMethodProcessor.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
protected TransactionAttributeMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected  ContainerTransactionMetaData createContainerTransaction(String ejbName, javax.ejb.TransactionAttribute annotation, Method method)
           
 
Methods inherited from class org.jboss.metadata.annotation.creator.ejb.jboss.AbstractTransactionAttributeProcessor
createMethods, createTransAttributeType, getAnnotationTypes, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.annotation.creator.Processor
getAnnotationTypes, process
 

Constructor Detail

TransactionAttributeMethodProcessor

protected TransactionAttributeMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

createContainerTransaction

protected ContainerTransactionMetaData createContainerTransaction(String ejbName,
                                                                  javax.ejb.TransactionAttribute annotation,
                                                                  Method method)
Specified by:
createContainerTransaction in class AbstractTransactionAttributeProcessor<Method,T extends JBossEnterpriseBeanMetaData>


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.