public class JMXBlackboard extends Blackboard implements JMXEventRecorder
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_MAP |
static String |
REGION_DELETE_LIST |
static int |
VM_TASKS_COMPLETE_COUNT |
counterNames, GemFire, RMI| Constructor and Description |
|---|
JMXBlackboard() |
JMXBlackboard(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(JMXEvent event) |
void |
addExpectation(Expectation ex) |
void |
addRMIPort(String clientName,
String url) |
void |
addToList(String list,
Object object) |
static JMXBlackboard |
getBB() |
List<Expectation> |
getExpectedState() |
List |
getList(String list) |
Map |
getMap(String key) |
String |
getRandomClient() |
List<JMXEvent> |
getRecordedEvents() |
void |
initBlackBoard() |
static void |
JMXBlackboard_Init() |
void |
saveMap(String key,
Map map) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static final String MBEAN_MAP
public static String REGION_DELETE_LIST
public static int VM_TASKS_COMPLETE_COUNT
public static JMXBlackboard getBB()
public String getRandomClient()
public void addEvent(JMXEvent event)
addEvent in interface JMXEventRecorderpublic void addExpectation(Expectation ex)
public static void JMXBlackboard_Init()
public void initBlackBoard()
public List<JMXEvent> getRecordedEvents()
getRecordedEvents in interface JMXEventRecorderpublic List<Expectation> getExpectedState()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.