@Service public interface AgentInfoDAO extends Countable
Modifier and Type | Field and Description |
---|---|
static Key<Boolean> |
ALIVE_KEY |
static Category<AgentInformation> |
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() |
void |
removeAgentInformation(AgentInformation agentInfo) |
void |
updateAgentInformation(AgentInformation agentInfo) |
static final Category<AgentInformation> CATEGORY
List<AgentInformation> getAllAgentInformation()
List<AgentInformation> getAliveAgents()
AgentInformation getAgentInformation(HostRef agentRef)
void addAgentInformation(AgentInformation agentInfo)
void updateAgentInformation(AgentInformation agentInfo)
void removeAgentInformation(AgentInformation agentInfo)
Copyright © 2013. All rights reserved.