Uses of Enum Class
org.jboss.jca.embedded.dsl.resourceadapters11.api.TransactionSupportType
Packages that use TransactionSupportType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return TransactionSupportTypeModifier and TypeMethodDescriptionstatic TransactionSupportTypeTransactionSupportType.getFromStringValue(String value) ResourceAdapterType.getTransactionSupport()Returns thetransaction-supportelementstatic TransactionSupportTypeReturns the enum constant of this class with the specified name.static TransactionSupportType[]TransactionSupportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionResourceAdapterType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return TransactionSupportTypeModifier and TypeMethodDescriptionResourceAdapterTypeImpl.getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionResourceAdapterTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement