Package com.day.cq.replication
Interface AgentManager
-
public interface AgentManager
AgentManager
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,Agent>
getAgents()
Returns a map of agents.
-
-
-
Method Detail
-
getAgents
java.util.Map<java.lang.String,Agent> getAgents()
Returns a map of agents.- Returns:
- a map of agents.
-
-