| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.monitor | |
| org.lsst.ccs.services | |
| org.lsst.ccs.services.alert |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationService
Provides the Configuration API to the subsystem it stands for.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AgentService> |
Agent.getAgentService(Class<T> agentClass)
Generic method to access agent services.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentService> |
Agent.getAgentServices()
Get the list of available services for this Agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentCommandDictionaryService
A service to manage the Command Dictionary of a given agent.
|
class |
AgentLockService |
class |
AgentMBeanService
A Service to register MBeans for CCS Agents.
|
class |
AgentMonitorService
An Agent Service to monitor the status of the agent.
|
class |
AgentPeriodicTaskService
A service to schedule periodic tasks.
|
class |
AgentPropertiesService
A Service to add Properties CCS Agents.
|
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 |
NormalModeService
An Service to manage transitions to/from NORMAL mode
|
class |
RuntimeService
A Service to provide jmx access to the Agetn's runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlertService
Agent AlertService.
|
Copyright © 2020 LSST. All rights reserved.