public class AgentInformationDisplayModel extends Object
Constructor and Description |
---|
AgentInformationDisplayModel(AgentInfoDAO agentInfoDao,
BackendInfoDAO backendInfoDao) |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
getAgentInfo(String agentId) |
Collection<AgentInformation> |
getAgents() |
Collection<BackendInformation> |
getBackends(String agentId) |
void |
refresh() |
public AgentInformationDisplayModel(AgentInfoDAO agentInfoDao, BackendInfoDAO backendInfoDao)
public Collection<AgentInformation> getAgents()
public AgentInformation getAgentInfo(String agentId)
public Collection<BackendInformation> getBackends(String agentId)
public void refresh()
Copyright © 2015. All Rights Reserved.