| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb |
Remote operations on the Configuration service.
|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| org.lsst.ccs.localdb.dao | |
| org.lsst.ccs.localdb.statusdb.model |
| Modifier and Type | Method and Description |
|---|---|
Description |
ConfigurationFacade.registerDescription(AgentDesc ad,
List<org.lsst.ccs.bus.data.ConfigurationParameterInfo> cpis)
Finds or registers in database the agent description corresponding to the
given
ConfigurationInfo object. |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
BaseDescription.getAgentDesc() |
AgentDesc |
Description.getAgentDesc() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BaseDescription.computeHashMD5(AgentDesc ad,
List<ConfigurationParameter> parameters) |
Description |
HibernateDAO.getDescription(AgentDesc ad,
List<ConfigurationParameter> parameters)
Get an existing Description entity or creates it if it does not exist already.
|
void |
BaseDescription.setAgentDesc(AgentDesc agentDesc) |
| Constructor and Description |
|---|
BaseDescription(AgentDesc agentDesc) |
| Modifier and Type | Method and Description |
|---|---|
static AgentDesc |
LocaldbFacade.getAgentDesc(org.lsst.ccs.bus.data.AgentInfo agentInfo,
Session sess)
Returns the persistent AgentDesc corresponding to the AgentInfo.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentState |
LocaldbFacade.getAgentState(AgentDesc ad,
org.lsst.ccs.bus.states.StateBundle sb,
Session sess)
Returns the AgentState corresponding to the given stateBundle.
|
static AlertDesc |
LocaldbFacade.getAlertDesc(AgentDesc agentDesc,
String alertId,
Session sess)
Looks for a persisted AlertDesc corresponding to the given parameters.
|
static AlertDesc |
LocaldbFacade.getAlertDescOrPersist(AgentDesc agentDesc,
org.lsst.ccs.bus.data.Alert alert,
Session sess) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentDesc |
MessageData.agentDesc |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
MessageData.getAgentDesc() |
AgentDesc |
AlertDesc.getAgentDesc() |
AgentDesc |
AgentState.getAgentDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageData.setAgentDesc(AgentDesc agentDesc) |
void |
AlertDesc.setAgentDesc(AgentDesc agentDesc) |
void |
AgentState.setAgentDesc(AgentDesc agentDesc) |
| Constructor and Description |
|---|
AgentState(AgentDesc ad) |
Copyright © 2019 LSST. All rights reserved.