public class AgentConfigurationModel extends Object
Constructor and Description |
---|
AgentConfigurationModel(AgentConfigurationSource configSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAgentBackendEnabled(String agentName,
String backendName) |
Collection<String> |
getAgents() |
Collection<String> |
getBackends(String agentName) |
void |
saveConfiguration() |
void |
setBackendEnabled(String agentName,
String backendName,
boolean enabled) |
public AgentConfigurationModel(AgentConfigurationSource configSource)
public Collection<String> getAgents()
public Collection<String> getBackends(String agentName)
public void setBackendEnabled(String agentName, String backendName, boolean enabled)
public void saveConfiguration()
Copyright © 2012. All Rights Reserved.