Package | Description |
---|---|
org.infinispan.configuration.cache | |
org.infinispan.transaction |
JTA transaction support.
|
Modifier and Type | Method and Description |
---|---|
TransactionProtocol |
TransactionConfiguration.transactionProtocol() |
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionProtocol(TransactionProtocol transactionProtocol) |
Modifier and Type | Method and Description |
---|---|
static TransactionProtocol |
TransactionProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionProtocol[] |
TransactionProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.