Uses of Class
org.jboss.webbeans.transaction.spi.TransactionServices.Status

Packages that use TransactionServices.Status
org.jboss.webbeans.event   
org.jboss.webbeans.transaction.spi   
 

Uses of TransactionServices.Status in org.jboss.webbeans.event
 

Constructors in org.jboss.webbeans.event with parameters of type TransactionServices.Status
TransactionSynchronizedRunnable(java.lang.Runnable task, TransactionServices.Status desiredStatus)
           
 

Uses of TransactionServices.Status in org.jboss.webbeans.transaction.spi
 

Methods in org.jboss.webbeans.transaction.spi that return TransactionServices.Status
static TransactionServices.Status TransactionServices.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransactionServices.Status[] TransactionServices.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.