public class DynamicDiscoveryBB extends Blackboard
DynamicDiscoveryTest
This was written to support the Jayesh usecase| Modifier and Type | Field and Description |
|---|---|
static String |
EXPECTED_ADD_PER_VM |
static String |
EXPECTED_REMOVE_PER_VM |
static int |
SITE_ADDED_LISTENER_INVOCATION_COUNTER |
static int |
SITE_REMOVED_LISTENER_INVOCATION_COUNTER |
static String |
WAN_SITES |
static String |
WAN_SITES_REMOVED |
counterNames, GemFire, RMI| Constructor and Description |
|---|
DynamicDiscoveryBB()
Zero-arg constructor for remote method invocations.
|
DynamicDiscoveryBB(String name,
String type)
Creates a WAN blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicDiscoveryBB |
getInstance()
Creates a WAN blackboard named "WAN" using RMI for transport.
|
static String |
getMyUniqueName()
Uses RemoteTestModule information to produce a name to uniquely identify a
client vm (vmid, clientName, host, pid) for the calling thread
|
static void |
printBlackboard()
printBlackboard: ENDTASK to print contents of blackboard
|
static void |
throwException(String msg) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int SITE_ADDED_LISTENER_INVOCATION_COUNTER
public static int SITE_REMOVED_LISTENER_INVOCATION_COUNTER
public static final String WAN_SITES
public static final String WAN_SITES_REMOVED
public static final String EXPECTED_ADD_PER_VM
public static final String EXPECTED_REMOVE_PER_VM
public DynamicDiscoveryBB()
public static DynamicDiscoveryBB getInstance()
public static void printBlackboard()
public static void throwException(String msg)
public static String getMyUniqueName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.