Uses of Enum Class
org.jboss.shrinkwrap.descriptor.api.connector15.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.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return TransactionSupportTypeModifier and TypeMethodDescriptionstatic TransactionSupportTypeTransactionSupportType.getFromStringValue(String value) OutboundResourceadapterType.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.shrinkwrap.descriptor.api.connector15 with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionOutboundResourceadapterType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.impl.connector15
Methods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return TransactionSupportTypeModifier and TypeMethodDescriptionOutboundResourceadapterTypeImpl.getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionOutboundResourceadapterTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement