Uses of Class
com.sun.appserv.connectors.spi.TransactionSupport
-
Packages that use TransactionSupport Package Description com.sun.appserv.connectors.spi -
-
Uses of TransactionSupport in com.sun.appserv.connectors.spi
Methods in com.sun.appserv.connectors.spi that return TransactionSupport Modifier and Type Method Description static TransactionSupportTransactionSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionSupport[]TransactionSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.appserv.connectors.spi with parameters of type TransactionSupport Modifier and Type Method Description voidConfigurableTransactionSupport. setTransactionSupport(TransactionSupport ts)
-