public class AgentBlackboard extends Blackboard
The shared map holds agent endpoints. The keys are logical hydra
VM IDs, as returned by RemoteTestModule.getMyVmid(). The values are
instances of AgentHelper.Endpoint, suitable for use by tools.
| Modifier and Type | Field and Description |
|---|---|
static AgentBlackboard |
blackboard |
counterNames, GemFire, RMI| Constructor and Description |
|---|
AgentBlackboard()
Zero-arg constructor for remote method invocations.
|
AgentBlackboard(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static AgentBlackboard |
getInstance()
Creates a singleton blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static AgentBlackboard blackboard
public AgentBlackboard()
public static AgentBlackboard getInstance()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.