Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee7.TransactionSupportType
-
Packages that use TransactionSupportType Package Description org.jboss.shrinkwrap.descriptor.api.connector17 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector17 Provides the implementation classes as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.api.connector17
Methods in org.jboss.shrinkwrap.descriptor.api.connector17 that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeOutboundResourceadapterType. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.connector17 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.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return TransactionSupportType Modifier and Type Method Description static TransactionSupportTypeTransactionSupportType. getFromStringValue(String value)TransactionSupportTypeConnectionFactoryResourceType. 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.javaee7 with parameters of type TransactionSupportType Modifier and Type Method Description ConnectionFactoryResourceType<T>ConnectionFactoryResourceType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.impl.connector17
Methods in org.jboss.shrinkwrap.descriptor.impl.connector17 that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeOutboundResourceadapterTypeImpl. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 with parameters of type TransactionSupportType Modifier and Type Method Description OutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return TransactionSupportType Modifier and Type Method Description TransactionSupportTypeConnectionFactoryResourceTypeImpl. getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 with parameters of type TransactionSupportType Modifier and Type Method Description ConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelement
-