Uses of Class
org.jboss.shrinkwrap.descriptor.api.connector16.TransactionSupportType
-
Packages that use TransactionSupportType Package Description org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector16 Provides the implementation classes as defined in the schema -
-
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.api.connector16
Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return TransactionSupportType Modifier and Type Method Description static TransactionSupportTypeTransactionSupportType. getFromStringValue(String value)TransactionSupportTypeOutboundResourceadapterType. getTransactionSupport()Returns thetransaction-supportelementstatic TransactionSupportTypeTransactionSupportType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionSupportType[]TransactionSupportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.connector16 with parameters of type TransactionSupportType Modifier and Type Method Description OutboundResourceadapterType<T>OutboundResourceadapterType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.impl.connector16
Methods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeOutboundResourceadapterTypeImpl. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 with parameters of type TransactionSupportType Modifier and Type Method Description OutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement
-