| Package | Description |
|---|---|
| hydra.blackboard |
| Modifier and Type | Class and Description |
|---|---|
class |
AnySharedLockImpl
Facade over a transport-specific implementation of shared lock
(
RmiSharedLockImpl). |
| Modifier and Type | Method and Description |
|---|---|
static SharedLock |
AnySharedLockImpl.bind(String name,
int type)
Binds the shared lock in the location appropriate to the transport type
(rmiregistry for RMI).
|
SharedLock |
Blackboard.createSharedLock(String name,
String type)
Creates the shared lock and stores it in a location appropriate
to the blackboard's transport type (rmiregistry for RMI).
|
SharedLock |
Blackboard.getSharedLock()
Gets the shared lock associated with this blackboard.
|
static SharedLock |
AnySharedLockImpl.lookup(String name,
int type)
Looks up the shared lock in the location appropriate to the transport type
(rmiregistry for RMI).
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.