public class ListenerBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static ListenerBB |
bbInstance |
static int |
numAfterRemoteRegionCrashEvents |
static int |
numAfterRemoteRegionCreateEvents |
static int |
numAfterRemoteRegionDepartureEvents |
static int |
numMemberCrashEvents |
static int |
numMemberJoinedEvents |
static int |
numMemberLeftEvents |
counterNames, GemFire, RMI| Constructor and Description |
|---|
ListenerBB() |
ListenerBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkAfterRemoteRegionCrashEvents()
Check for the the proper number of afterRemoteRegionCrashEvents
|
static ListenerBB |
getBB()
Get the Blackboard
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static ListenerBB bbInstance
public static int numAfterRemoteRegionCrashEvents
public static int numAfterRemoteRegionCreateEvents
public static int numAfterRemoteRegionDepartureEvents
public static int numMemberCrashEvents
public static int numMemberJoinedEvents
public static int numMemberLeftEvents
public static ListenerBB getBB()
public static void checkAfterRemoteRegionCrashEvents()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.