| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.monitor | |
| org.lsst.ccs.services |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertService
Deprecated.
Class org.lsst.ccs.services.alert.AlertService should be used instead
|
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 |
AgentLockService
Client side locking service, for a given agent.
|
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 |
RuntimeService
A Service to provide jmx access to the Agetn's runtime.
|
Copyright © 2018 LSST. All rights reserved.