Package | Description |
---|---|
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.common.dao |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
AgentInformationDisplayModel.getAgentInfo(String agentId) |
Modifier and Type | Method and Description |
---|---|
Collection<AgentInformation> |
AgentInformationDisplayModel.getAgents() |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
AgentInfoDAO.getAgentInformation(HostRef agentRef) |
AgentInformation |
AgentInfoDAOImpl.getAgentInformation(HostRef agentRef) |
Modifier and Type | Method and Description |
---|---|
List<AgentInformation> |
AgentInfoDAO.getAliveAgents() |
List<AgentInformation> |
AgentInfoDAOImpl.getAliveAgents() |
List<AgentInformation> |
AgentInfoDAO.getAllAgentInformation() |
List<AgentInformation> |
AgentInfoDAOImpl.getAllAgentInformation() |
Modifier and Type | Method and Description |
---|---|
void |
AgentInfoDAO.addAgentInformation(AgentInformation agentInfo) |
void |
AgentInfoDAOImpl.addAgentInformation(AgentInformation agentInfo) |
void |
AgentInfoDAO.removeAgentInformation(AgentInformation agentInfo) |
void |
AgentInfoDAOImpl.removeAgentInformation(AgentInformation agentInfo) |
void |
AgentInfoDAO.updateAgentInformation(AgentInformation agentInfo) |
void |
AgentInfoDAOImpl.updateAgentInformation(AgentInformation agentInfo) |
Copyright © 2012. All Rights Reserved.