| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
Agent.getAgentInfo()
Returns
AgentIfno instance associated with this Agent. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationService.connecting(AgentInfo ai) |
void |
ConfigurationService.disconnecting(AgentInfo agent) |
boolean |
AgentPropertyPredicate.test(AgentInfo agent) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgentInfo> |
CCSVersions.getAgents()
Get the Set of AgentInfo contained in this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCSVersions.add(AgentInfo agent,
DistributionInfo distInfo)
Add a new AgentInfo, DistributionInfo pair.
|
DistributionInfo |
CCSVersions.getDistributionInfo(AgentInfo agent)
Get the DistributionInfo for a given AgentInfo.
|
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
BusMessage.getOriginAgentInfo()
The Origin of the BusMessage, the bus registration name of the Agent from which it
originated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusMessage.setOriginAgentInfo(AgentInfo agent)
Sets the origin for this BusMessage.
|
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
AgentMessagingLayer.getAgentInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<AgentInfo> |
AgentPresenceManager.listConnectedAgents() |
| Modifier and Type | Method and Description |
|---|---|
default void |
AgentPresenceListener.connecting(AgentInfo... agents)
Indicates that the list of agents represented by
agents is present on the
buses. |
void |
StateBundleAggregator.connecting(AgentInfo agent) |
default void |
AgentPresenceListener.connecting(AgentInfo agent)
Indicates that the agent represented by
agent is present on the
buses. |
static AgentMessagingLayer |
AgentMessagingLayer.createInstance(AgentInfo agentInfo,
LockLevelService lockLevelService)
Build an Instance of an AgentMessagingLayer for a given Agent by
providing the AgentInfo object.
|
void |
StateBundleAggregator.disconnecting(AgentInfo agent) |
default void |
AgentPresenceListener.disconnecting(AgentInfo agent)
Indicates that the agent represented by
agent has left the buses. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentLockService.connecting(AgentInfo ai) |
void |
AgentStatusAggregatorService.disconnecting(AgentInfo agent) |
protected AgentStatusAggregatorService.StatusAggregateConfig |
AgentStatusAggregatorService.getConfig(AgentInfo agent,
String dataKey,
String sourceBasedFullKey) |
Copyright © 2018 LSST. All rights reserved.