Uses of Enum Class
org.jboss.jca.as.converters.wls.api.metadata.TransactionSupport
Packages that use TransactionSupport
Package
Description
This package contains the weblogic metatdata.
This package contains the weblogic metatdata.
-
Uses of TransactionSupport in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return TransactionSupportModifier and TypeMethodDescriptionstatic TransactionSupportfromValueConnectionDefinitionProperties.getTransactionSupport()getTransactionSupportstatic TransactionSupportReturns the enum constant of this class with the specified name.static TransactionSupport[]TransactionSupport.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionSupport in org.jboss.jca.as.converters.wls.metadata
Methods in org.jboss.jca.as.converters.wls.metadata that return TransactionSupportConstructors in org.jboss.jca.as.converters.wls.metadata with parameters of type TransactionSupportModifierConstructorDescriptionConnectionDefinitionPropertiesImpl(PoolParams poolParams, Logging logging, TransactionSupport trans, String authMech, Boolean reAuthSupport, ConfigProperties props, String resAuth) constructor