public class SnmpAgentRepository extends Object implements AgentRepository<SnmpAgent>
| Constructor and Description | 
|---|
SnmpAgentRepository()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAgent(SnmpAgent agent)  | 
SnmpAgent | 
getAgentById(String agentId)  | 
Collection<SnmpAgent> | 
getAgentsByProtocol(String protocol)  | 
public void addAgent(SnmpAgent agent)
addAgent in interface AgentRepository<SnmpAgent>public Collection<SnmpAgent> getAgentsByProtocol(String protocol)
getAgentsByProtocol in interface AgentRepository<SnmpAgent>public SnmpAgent getAgentById(String agentId)
getAgentById in interface AgentRepository<SnmpAgent>Copyright © 2016. All rights reserved.