File
Doc
Category
Size
Date
Package
TransactionManagementImpl.java
API Doc
JBoss 4.2.1
1696
Fri Jul 13 20:53:44 BST 2007
org.jboss.ejb
TransactionManagementImpl
java.lang.Object
public class TransactionManagementImpl extends Object implements javax.ejb.TransactionManagement
// *
author
William DeCoste
version
$Revision: 60233 $
Fields Summary
private javax.ejb.TransactionManagementType
value
Constructors Summary
public TransactionManagementImpl
()
Methods Summary
public
java.lang.Class
annotationType
()
return javax.ejb.TransactionManagement.class;
public void
setValue
(
javax.ejb.TransactionManagementType
value)
this.value = value;
public
javax.ejb.TransactionManagementType
value
()
return value;
Java Code Source