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.4.6 $
- 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.