public class AgentInfoDAOImpl extends Object implements AgentInfoDAO
ALIVE_KEY, CATEGORY, CONFIG_LISTEN_ADDRESS, START_TIME_KEY, STOP_TIME_KEY| Constructor and Description |
|---|
AgentInfoDAOImpl(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgentInformation(AgentInformation agentInfo) |
AgentInformation |
getAgentInformation(HostRef agentRef) |
List<AgentInformation> |
getAliveAgents() |
List<AgentInformation> |
getAllAgentInformation() |
long |
getCount() |
void |
removeAgentInformation(AgentInformation agentInfo) |
void |
updateAgentInformation(AgentInformation agentInfo) |
public AgentInfoDAOImpl(Storage storage)
public List<AgentInformation> getAllAgentInformation()
getAllAgentInformation in interface AgentInfoDAOpublic List<AgentInformation> getAliveAgents()
getAliveAgents in interface AgentInfoDAOpublic AgentInformation getAgentInformation(HostRef agentRef)
getAgentInformation in interface AgentInfoDAOpublic void addAgentInformation(AgentInformation agentInfo)
addAgentInformation in interface AgentInfoDAOpublic void removeAgentInformation(AgentInformation agentInfo)
removeAgentInformation in interface AgentInfoDAOpublic void updateAgentInformation(AgentInformation agentInfo)
updateAgentInformation in interface AgentInfoDAOCopyright © 2013. All Rights Reserved.