public class PdxClientServerDUnitTest extends CacheTestCase
| Modifier and Type | Class and Description |
|---|---|
static class |
PdxClientServerDUnitTest.PdxType1 |
static class |
PdxClientServerDUnitTest.PdxType2 |
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
PdxClientServerDUnitTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
testClientWithGateway()
Test that a client can have a gateway, if PDX
is not in fact used.
|
void |
testExceptionWithPoolAfterTypeRegistryCreation()
Test that we throw an exception if someone
tries to create a pool after we were forced to use a peer
type registry.
|
void |
testLatePoolCreation()
Test that we still use the client
type registry, even if pool is created late.
|
void |
testMultipleServerDSes()
Test to make sure that types are
sent to all pools, even if they are
in multiple distributed systems.
|
void |
testNonPersistentServerRestart()
Test of bug 47338 - what happens to the client type
registry if the server is restarted.
|
void |
testPutThreadLocalConnections() |
void |
testServersWithPersistence()
Test that we through an exception if one of the servers has persistent
regions but not a persistent registry.
|
void |
testSimplePdxInstancePut() |
void |
testSimplePut() |
void |
testUserSerializesObject() |
addExceptionTag1, basicGetCache, beginCacheXml, cleanDiskDirs, closeAllCache, closeCache, createLonerCache, createMcastCache, createMcastCache, createRegion, createRegion, createRootRegion, createRootRegion, disconnectFromDS, finishCacheXml, finishCacheXml, getCache, getCache, getCache, getCache, getClientCache, getDiskDirs, getGemfireCache, getInternalRegionArguments, getRootRegion, getRootRegion, hasCache, remoteTearDown, removeExceptionTag1, sendSerialMessageToAll, sendUnorderedMessageToAll, tearDown2addExpectedException, addExpectedException, addHydraProperties, attachDebugger, checkBBFlag, cleanupAllVms, clearBBFlag, crashDistributedSystem, crashDistributedSystem, createLogWriter, disconnectAllFromDS, dumpAllStacks, dumpMyThreads, dumpStack, dumpStack, dumpStack, dumpStackTrace, fail, getAllDistributedSystemProperties, getDistributedSystemProperties, getDUnitLocatorAddress, getDUnitLocatorPort, getDUnitLocatorString, getDUnitLogLevel, getIPLiteral, getLogWriter, getLonerSystem, getMcastSystem, getMcastSystem, getRepeatTimeoutMs, getServerHostName, getSystem, getSystem, getTestClass, getTestName, getUniqueName, getVMCount, incBBFlag, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVMRepeatingIfNecessary, invokeInLocator, invokeRepeatingIfNecessary, isConnectedToDS, join, noteTiming, pause, pause, perVMSetUp, realTearDown, setDiskStoreForGateway, setSystem, setTestName, setUp, staticPause, tearDown, unregisterAllDataSerializersFromAllVms, unregisterDataSerializerInThisVM, unregisterInstantiatorsInThisVM, waitForBBFlag, waitForCriterion, waitMutexassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic PdxClientServerDUnitTest(String name)
public void testSimplePut()
public void testNonPersistentServerRestart()
public void testServersWithPersistence()
public void testPutThreadLocalConnections()
public void testSimplePdxInstancePut()
public void testMultipleServerDSes()
throws Exception
Exceptionpublic void testUserSerializesObject()
public void testLatePoolCreation()
public void testExceptionWithPoolAfterTypeRegistryCreation()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.