org.jboss.ejb
Class TransactionAttributeImpl
java.lang.Object
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
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 Class annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
name
public String name()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.