public interface DetectRequest extends PreDetectCallback
SyncServiceDetector.detect(org.opennms.netmgt.provision.DetectRequest)
 and AsyncServiceDetector.detect(org.opennms.netmgt.provision.DetectRequest).
 The runtime attributes here differ from the properties and attributes that are configured
 on the detector i.e. port, ipMatch, etc... These are used to store additional attributes
 which pertain to the system's state and/or agent specific attributes i.e. the SNMP read community
 of the agent (which is not defined the the detector's configuration).
 These requests should be created by calls to ServiceDetectorFactory.buildRequest(java.lang.String, java.net.InetAddress, java.lang.Integer, java.util.Map<java.lang.String, java.lang.String>).| Modifier and Type | Method and Description | 
|---|---|
InetAddress | 
getAddress()  | 
Map<String,String> | 
getRuntimeAttributes()  | 
preDetectInetAddress getAddress()
Copyright © 2020. All rights reserved.