|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionSupportType | |
---|---|
org.jboss.ironjacamar.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.ironjacamar.impl | Provides the implementation classes as defined in the schema |
Uses of TransactionSupportType in org.jboss.ironjacamar.api |
---|
Methods in org.jboss.ironjacamar.api that return TransactionSupportType | |
---|---|
static TransactionSupportType |
TransactionSupportType.getFromStringValue(String value)
|
TransactionSupportType |
IronjacamarType.getTransactionSupport()
Returns the transaction-support element |
TransactionSupportType |
IronjacamarDescriptor.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.ironjacamar.api with parameters of type TransactionSupportType | |
---|---|
IronjacamarType<T> |
IronjacamarType.transactionSupport(TransactionSupportType transactionSupport)
Sets the transaction-support element |
IronjacamarDescriptor |
IronjacamarDescriptor.transactionSupport(TransactionSupportType transactionSupport)
Sets the transaction-support element |
Uses of TransactionSupportType in org.jboss.ironjacamar.impl |
---|
Methods in org.jboss.ironjacamar.impl that return TransactionSupportType | |
---|---|
TransactionSupportType |
IronjacamarDescriptorImpl.getTransactionSupport()
Returns the transaction-support element |
TransactionSupportType |
IronjacamarTypeImpl.getTransactionSupport()
Returns the transaction-support element |
Methods in org.jboss.ironjacamar.impl with parameters of type TransactionSupportType | |
---|---|
IronjacamarDescriptor |
IronjacamarDescriptorImpl.transactionSupport(TransactionSupportType transactionSupport)
Sets the transaction-support element |
IronjacamarType<T> |
IronjacamarTypeImpl.transactionSupport(TransactionSupportType transactionSupport)
Sets the transaction-support element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |