public interface AgentRepository<T extends Agent>
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAgent(T agent)  | 
T | 
getAgentById(String agentId)  | 
Collection<T> | 
getAgentsByProtocol(String protocol)  | 
Copyright © 2016. All rights reserved.