public class ConnPoolTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static ConnPoolTest |
testInstance |
protected static java.lang.String |
VmIDStr |
| Constructor and Description |
|---|
ConnPoolTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HydraTask_createLocator() |
static void |
HydraTask_initializeClient()
Creates and initializes the singleton instance of ParRegTest in this VM.
|
static void |
HydraTask_initializeClientCache()
Creates and initializes the edge client VM using the ClientCacheFactory (vs.
|
static void |
HydraTask_initializeServer()
Creates and initializes a region in a server.
|
static void |
HydraTask_startLocator() |
protected void |
initializeClientCache(java.lang.String cacheConfig,
java.lang.String regionConfig)
Create a ClientCache (via ClientCacheFactory) and a Region (via
RegionFactory) with the given region description.
|
protected void |
initializeRegion(java.lang.String regDescriptName)
Create a region with the given region description name.
|
protected static ConnPoolTest testInstance
protected static final java.lang.String VmIDStr
public static void HydraTask_createLocator()
public static void HydraTask_startLocator()
public static void HydraTask_initializeClient()
public static void HydraTask_initializeServer()
protected void initializeRegion(java.lang.String regDescriptName)
regDescriptName - The name of a region description.public static void HydraTask_initializeClientCache()
protected void initializeClientCache(java.lang.String cacheConfig,
java.lang.String regionConfig)
regDescriptName - The name of a region description.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.