org.jboss.ejb3.annotation.impl
Class TransactionAttributeImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.TransactionAttributeImpl
All Implemented Interfaces:
Annotation, javax.ejb.TransactionAttribute

public class TransactionAttributeImpl
extends Object
implements javax.ejb.TransactionAttribute

// *

Version:
$Revision: 69029 $
Author:
William DeCoste

Constructor Summary
TransactionAttributeImpl()
           
TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String name()
           
 void setType(javax.ejb.TransactionAttributeType type)
           
 javax.ejb.TransactionAttributeType value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

TransactionAttributeImpl

public TransactionAttributeImpl()

TransactionAttributeImpl

public TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
Method Detail

setType

public void setType(javax.ejb.TransactionAttributeType type)

value

public javax.ejb.TransactionAttributeType value()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

name

public String name()


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