public class JtaPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static long |
cacheXmlFile
(String) path for cache xml file with jndi bindings
|
static java.lang.Long |
entryOperations |
static java.lang.Long |
executeDBOpsInline
(boolean) Execute database operations inline to tx (vs.
|
static java.lang.Long |
jdbcDriver
(String) The JDBC driver class name.
|
static java.lang.Long |
jdbcUrl
(String) The JDBC URL.
|
static java.lang.Long |
numberOfEvents |
static java.lang.Long |
numberOfRandomRegions |
static java.lang.Long |
poolMinLimit
(int) The pool minimum limit.
|
static java.lang.Long |
rdbPassword
(String) The RDB password.
|
static java.lang.Long |
rdbUser
(String) The RDB user.
|
static java.lang.Long |
txListener
Class name of transaction listener to use.
|
static java.lang.Long |
txWriter
Class name of transaction writer to use.
|
static java.lang.Long |
useDerbyNetworkServer
(boolean) Whether or not to use the Derby network server (for
multiVM JTA tests).
|
static java.lang.Long |
useGemFireTransactionManager
(boolean) Whether or not to use the GemFire CacheTransactionManager
vs.
|
| Constructor and Description |
|---|
JtaPrms() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
executeDBOpsInline() |
protected static java.lang.String |
getCacheXmlFile() |
static com.gemstone.gemfire.cache.TransactionListener |
getTxListener() |
static com.gemstone.gemfire.cache.TransactionWriter |
getTxWriter() |
protected static boolean |
useDerbyNetworkServer() |
protected static boolean |
useGemFireTransactionManager() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numberOfEvents
public static java.lang.Long entryOperations
public static java.lang.Long numberOfRandomRegions
public static long cacheXmlFile
public static java.lang.Long useGemFireTransactionManager
public static java.lang.Long useDerbyNetworkServer
public static java.lang.Long executeDBOpsInline
public static java.lang.Long jdbcDriver
public static java.lang.Long jdbcUrl
public static java.lang.Long rdbUser
public static java.lang.Long rdbPassword
public static java.lang.Long poolMinLimit
public static java.lang.Long txListener
public static java.lang.Long txWriter
protected static java.lang.String getCacheXmlFile()
protected static boolean useGemFireTransactionManager()
protected static boolean useDerbyNetworkServer()
protected static boolean executeDBOpsInline()
public static com.gemstone.gemfire.cache.TransactionListener getTxListener()
public static com.gemstone.gemfire.cache.TransactionWriter getTxWriter()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.