org.jboss.ejb3.annotation.impl
Class TransactionManagementImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.TransactionManagementImpl
- All Implemented Interfaces:
- Annotation, javax.ejb.TransactionManagement
public class TransactionManagementImpl
- extends Object
- implements javax.ejb.TransactionManagement
// *
- Version:
- $Revision: 68408 $
- Author:
- William DeCoste
Method Summary |
Class<javax.ejb.TransactionManagement> |
annotationType()
|
void |
setValue(javax.ejb.TransactionManagementType value)
|
javax.ejb.TransactionManagementType |
value()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManagementImpl
public TransactionManagementImpl()
value
public javax.ejb.TransactionManagementType value()
setValue
public void setValue(javax.ejb.TransactionManagementType value)
annotationType
public Class<javax.ejb.TransactionManagement> annotationType()
- Specified by:
annotationType
in interface Annotation
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.