public class SnmpCollectionRequest extends Object implements CollectionRequest<SnmpAgent>
| Constructor and Description | 
|---|
| SnmpCollectionRequest(SnmpAgent agent) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addGroup(Group group) | 
| void | addResourceType(ResourceType resourceType) | 
| void | addTable(Table table) | 
| SnmpAgent | getAgent() | 
| org.opennms.netmgt.snmp.SnmpAgentConfig | getAgentConfig() | 
| org.opennms.netmgt.snmp.CollectionTracker | getCollectionTracker(SampleSet sampleSet) | 
| List<Group> | getGroups() | 
| String | getProtocol() | 
| Collection<ResourceType> | getResourceTypes() | 
| List<Table> | getTables() | 
| String | toString() | 
public SnmpCollectionRequest(SnmpAgent agent)
public String getProtocol()
getProtocol in interface CollectionRequest<SnmpAgent>public SnmpAgent getAgent()
getAgent in interface CollectionRequest<SnmpAgent>public org.opennms.netmgt.snmp.SnmpAgentConfig getAgentConfig()
                                                       throws UnknownHostException
UnknownHostExceptionpublic void addResourceType(ResourceType resourceType)
public void addTable(Table table)
public void addGroup(Group group)
public Collection<ResourceType> getResourceTypes()
public org.opennms.netmgt.snmp.CollectionTracker getCollectionTracker(SampleSet sampleSet)
Copyright © 2015. All rights reserved.