| Package | Description |
|---|---|
| com.redhat.thermostat.client.ui | |
| com.redhat.thermostat.storage.dao | |
| com.redhat.thermostat.storage.model |
| Modifier and Type | Method and Description |
|---|---|
AgentInformation |
AgentInformationDisplayModel.getAgentInfo(String agentId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AgentInformation> |
AgentInformationDisplayModel.getAgents() |
| Modifier and Type | Field and Description |
|---|---|
static Category<AgentInformation> |
AgentInfoDAO.CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
AgentInformation |
AgentInfoDAO.getAgentInformation(HostRef agentRef)
Get information about a specific agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentInformation> |
AgentInfoDAO.getAliveAgents()
Get information about all alive agents.
|
List<AgentInformation> |
AgentInfoDAO.getAllAgentInformation()
Get information about all known agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentInfoDAO.addAgentInformation(AgentInformation agentInfo)
Publish information about agent into the storage.
|
void |
AgentInfoDAO.removeAgentInformation(AgentInformation agentInfo)
Remove information about an agent that was published to storage.
|
void |
AgentInfoDAO.updateAgentInformation(AgentInformation agentInfo)
Update information about an existing agent.
|
| Modifier and Type | Method and Description |
|---|---|
VmInfo.AliveStatus |
VmInfo.isAlive(AgentInformation agentInfo) |
Copyright © 2015. All rights reserved.