org.jboss.ejb
Class TransactionAttributeImpl

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

public class TransactionAttributeImpl
extends Object
implements javax.ejb.TransactionAttribute

// *

Version:
$Revision: 1.1.2.3 $
Author:
William DeCoste

Constructor Summary
TransactionAttributeImpl()
           
TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
           
 
Method Summary
 Class 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 annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

name

public String name()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.