| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.services |
| Modifier and Type | Class and Description |
|---|---|
class |
Agent
Minimal component able to communicate on the buses.
|
class |
BusMaster
A bus master is a subsystem that can send write commands and acquire locks.
|
class |
ConfigurationService
Provides the Configuration API to the subsystem it stands for.
|
class |
PersistencyService
This objects is responsible for keeping track of fields annotated with
Persist and to write them into a
local file at subsystem shutdown or at regular time intervals. |
class |
Subsystem
The base class for a CCS subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentLockService
Client side locking service, for a given agent.
|
class |
AgentMBeanService
A Service to register MBeans for CCS Agents.
|
class |
AgentPeriodicTaskService
A service to schedule periodic tasks.
|
class |
AgentSignalHandlerService
An AgentService to add Signal handling to an Agent.
|
class |
AgentStateService
An AgentService to manage the internal state of an Agent.
|
class |
AgentStatusAggregatorService
A AgentStatusAggregatorService listens to the status bus and keeps track in
memory of selected status data.
|
class |
DataProviderDictionaryService
A service to manage a worker subsystem's dictionary of DataProviders.
|
class |
RuntimeService
A Service to provide jmx access to the Agetn's runtime.
|
Copyright © 2018 LSST. All rights reserved.