| Package | Description |
|---|---|
| hydra.blackboard |
| Modifier and Type | Class and Description |
|---|---|
class |
AnySharedMapImpl
Facade over a transport-specific implementation of a shared map
(
RmiSharedMapImpl). |
| Modifier and Type | Method and Description |
|---|---|
static SharedMap |
AnySharedMapImpl.bind(String name,
int type)
Binds a shared map in the location appropriate to the transport type
(rmiregistry for RMI).
|
SharedMap |
Blackboard.createSharedMap(String name,
String type)
Creates an empty shared map and stores it in a location appropriate
to the blackboard's transport type (rmiregistry for RMI and namespace
for GemFire).
|
SharedMap |
Blackboard.getSharedMap()
Gets the shared map associated with this blackboard.
|
static SharedMap |
AnySharedMapImpl.lookup(String name,
int type)
Looks up the shared map in the location appropriate to the transport type
(rmiregistry for RMI).
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.