| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| org.lsst.ccs.localdb.dao | |
| org.lsst.ccs.localdb.statusdb.model |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
Description.getAgentDesc() |
| Modifier and Type | Method and Description |
|---|---|
Description |
HibernateDAO.findDescriptionOrCreate(AgentDesc ad,
List<org.lsst.ccs.bus.data.ConfigurationParameterInfo> cpis)
Finds or creates a
Description entity corresponding to the input arguments. |
void |
Description.setAgentDesc(AgentDesc agentDesc) |
| Constructor and Description |
|---|
Description(AgentDesc agentDesc) |
| Modifier and Type | Method and Description |
|---|---|
static AgentDesc |
LocaldbFacade.getAgentDesc(org.lsst.ccs.bus.data.AgentInfo agentInfo,
org.hibernate.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,
org.hibernate.Session sess)
Returns the AgentState corresponding to the given stateBundle.
|
static AlertDesc |
LocaldbFacade.getAlertDesc(AgentDesc agentDesc,
String alertId,
org.hibernate.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,
org.hibernate.Session sess) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentDesc |
MessageData.agentDesc |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
StateBundleDesc.getAgentDesc() |
AgentDesc |
AlertDesc.getAgentDesc() |
AgentDesc |
InnerStateDesc.getAgentDesc() |
AgentDesc |
MessageData.getAgentDesc() |
AgentDesc |
AgentState.getAgentDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBundleDesc.setAgentDesc(AgentDesc agentDesc) |
void |
AlertDesc.setAgentDesc(AgentDesc agentDesc) |
void |
InnerStateDesc.setAgentDesc(AgentDesc agentDesc) |
void |
MessageData.setAgentDesc(AgentDesc agentDesc) |
void |
AgentState.setAgentDesc(AgentDesc agentDesc) |
| Constructor and Description |
|---|
AgentState(AgentDesc ad) |
InnerStateDesc(AgentDesc ad) |
StateBundleDesc(AgentDesc ad) |
Copyright © 2018 LSST. All rights reserved.