站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.jboss.lang.Enum
      extended byorg.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

Field Summary
static TxType MANDATORY
           
static TxType NEVER
           
static TxType NOTSUPPORTED
           
static TxType REQUIRED
           
static TxType REQUIRESNEW
           
static TxType SUPPORTS
           
 
Fields inherited from class org.jboss.lang.Enum
name, ordinal
 
Methods inherited from class org.jboss.lang.Enum
equals, hashCode, name, ordinal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.