public interface AgentInfoDAO
Modifier and Type | Field and Description |
---|---|
static Key<Boolean> |
ALIVE_KEY |
static Category |
CATEGORY |
static Key<String> |
CONFIG_LISTEN_ADDRESS |
static Key<Long> |
START_TIME_KEY |
static Key<Long> |
STOP_TIME_KEY |
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) |
static final Category CATEGORY
List<AgentInformation> getAllAgentInformation()
List<AgentInformation> getAliveAgents()
AgentInformation getAgentInformation(HostRef agentRef)
void addAgentInformation(AgentInformation agentInfo)
void updateAgentInformation(AgentInformation agentInfo)
void removeAgentInformation(AgentInformation agentInfo)
long getCount()
Copyright © 2013. All Rights Reserved.