| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.locking |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,LockArbitrator.LockOwnerInfo> |
Subsystem.locks
locks management.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subsystem.addLock(String target,
LockArbitrator.LockOwnerInfo info)
adds a lock (TODO: DOCUMENT)
|
void |
Subsystem.lockUpdate(String target,
LockArbitrator.LockOwnerInfo info,
boolean isAdd)
TODO: document
|
| Constructor and Description |
|---|
LockUpdateCommand(String target,
LockArbitrator.LockOwnerInfo info,
boolean isAdd) |
Copyright © 2015 LSST. All rights reserved.