Uses of Class
org.jboss.resourceadapters.api.TransactionSupportType

Packages that use TransactionSupportType
org.jboss.resourceadapters.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.resourceadapters.impl Provides the implementation classes as defined in the schema 
 

Uses of TransactionSupportType in org.jboss.resourceadapters.api
 

Methods in org.jboss.resourceadapters.api that return TransactionSupportType
static TransactionSupportType TransactionSupportType.getFromStringValue(String value)
           
 TransactionSupportType ResourceAdapterType.getTransactionSupport()
          Returns the transaction-support element
static TransactionSupportType TransactionSupportType.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.resourceadapters.api with parameters of type TransactionSupportType
 ResourceAdapterType<T> ResourceAdapterType.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Uses of TransactionSupportType in org.jboss.resourceadapters.impl
 

Methods in org.jboss.resourceadapters.impl that return TransactionSupportType
 TransactionSupportType ResourceAdapterTypeImpl.getTransactionSupport()
          Returns the transaction-support element
 

Methods in org.jboss.resourceadapters.impl with parameters of type TransactionSupportType
 ResourceAdapterType<T> ResourceAdapterTypeImpl.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.