public class JtaPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static long |
cacheXmlFile
(String) path for cache xml file with jndi bindings
|
static Long |
entryOperations |
static Long |
executeDBOpsInline
(boolean) Execute database operations inline to tx (vs.
|
static Long |
jdbcDriver
(String) The JDBC driver class name.
|
static Long |
jdbcUrl
(String) The JDBC URL.
|
static Long |
numberOfEvents |
static Long |
numberOfRandomRegions |
static Long |
poolMinLimit
(int) The pool minimum limit.
|
static Long |
rdbPassword
(String) The RDB password.
|
static Long |
rdbUser
(String) The RDB user.
|
static Long |
txListener
Class name of transaction listener to use.
|
static Long |
txWriter
Class name of transaction writer to use.
|
static Long |
useDerbyNetworkServer
(boolean) Whether or not to use the Derby network server (for
multiVM JTA tests).
|
static 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 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 Long numberOfEvents
public static Long entryOperations
public static Long numberOfRandomRegions
public static long cacheXmlFile
public static Long useGemFireTransactionManager
public static Long useDerbyNetworkServer
public static Long executeDBOpsInline
public static Long jdbcDriver
public static Long jdbcUrl
public static Long rdbUser
public static Long rdbPassword
public static Long poolMinLimit
public static Long txListener
public static Long txWriter
protected static 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.