当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
TxType (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.tx
Class TxType
java.lang.Object
org.jboss.lang.Enum
org.jboss.aspects.tx.TxType
- All Implemented Interfaces:
- Serializable
- public class TxType
- extends org.jboss.lang.Enum
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Fields inherited from class org.jboss.lang.Enum |
name, ordinal |
Methods inherited from class org.jboss.lang.Enum |
equals, hashCode, name, ordinal, toString |
MANDATORY
public static final TxType MANDATORY
REQUIRED
public static final TxType REQUIRED
REQUIRESNEW
public static final TxType REQUIRESNEW
SUPPORTS
public static final TxType SUPPORTS
NOTSUPPORTED
public static final TxType NOTSUPPORTED
NEVER
public static final TxType NEVER
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.