public interface CollectionAgentFactory
CollectionAgents for a given IP interface.| Modifier and Type | Method and Description | 
|---|---|
CollectionAgent | 
createCollectionAgent(OnmsIpInterface ipIf)  | 
CollectionAgent | 
createCollectionAgent(String nodeCriteria,
                     InetAddress ipAddr)  | 
CollectionAgent | 
createCollectionAgentAndOverrideLocation(String nodeCriteria,
                                        InetAddress ipAddr,
                                        String location)
Create a collection agent for the given IP interface, and
 optionally override the node's location. 
 | 
CollectionAgent createCollectionAgent(OnmsIpInterface ipIf)
CollectionAgent createCollectionAgent(String nodeCriteria, InetAddress ipAddr)
CollectionAgent createCollectionAgentAndOverrideLocation(String nodeCriteria, InetAddress ipAddr, String location)
nodeCriteria - node id or fs:fidipAddr - ip address associated with the nodelocation - null if the nodes existing location should be usedCollectionAgentCopyright © 2021. All rights reserved.