org.jboss.ejb3.annotation.impl
Class TransactionAttributeImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.TransactionAttributeImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.ejb.TransactionAttribute
public class TransactionAttributeImpl
- extends java.lang.Object
- implements javax.ejb.TransactionAttribute
// *
- Version:
- $Revision: 69029 $
- Author:
- William DeCoste
|
Method Summary |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
|
java.lang.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 |
TransactionAttributeImpl
public TransactionAttributeImpl()
TransactionAttributeImpl
public TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
setType
public void setType(javax.ejb.TransactionAttributeType type)
value
public javax.ejb.TransactionAttributeType value()
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
name
public java.lang.String name()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.