| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.locking | |
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.config.remote |
Remote operations on the Configuration service.
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusMaster
A bus master is a subsystem that can send write commands and acquire locks.
|
class |
Subsystem
The base class for a CCS subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockArbitrator
A subsystem that manages locks.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AcquireReleaseLockCommand.execute(CommandExecutor s)
Deprecated.
|
Object |
LockUpdateCommand.execute(CommandExecutor ce)
Deprecated.
|
Object |
RegisterBusMasterCommand.execute(CommandExecutor s) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BootCommand.execute(CommandExecutor s) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationServerSystem
A subsystem that listens on the buses for request for boot data, or for other subsystems
status notifications fired when they start with a configuration (or give up);
it is also a full-fledged Configuration service that can receive and execute commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicModularSubSystem
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeModularSubsystem
the top modular subsystem that deals with configuration proxy and lookup service
|
Copyright © 2015 LSST. All rights reserved.