Uses of Interface
org.opennms.netmgt.provision.DetectRequest
-
-
Uses of DetectRequest in org.opennms.features.apilayer.common.detectors
Methods in org.opennms.features.apilayer.common.detectors that return DetectRequest Modifier and Type Method Description DetectRequest
ServiceDetectorFactoryImpl. buildRequest(String location, InetAddress address, Integer port, Map attributes)
Methods in org.opennms.features.apilayer.common.detectors with parameters of type DetectRequest Modifier and Type Method Description void
ServiceDetectorFactoryImpl. afterDetect(DetectRequest request, DetectResults results, Integer nodeId)
DetectFuture
ServiceDetectorImpl. detect(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.protocols.xmp.detector
Methods in org.opennms.netmgt.protocols.xmp.detector with parameters of type DetectRequest Modifier and Type Method Description DetectResults
XmpDetector. detect(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision
Methods in org.opennms.netmgt.provision that return DetectRequest Modifier and Type Method Description DetectRequest
ServiceDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Builds the request that will be used to invoke the detector.Methods in org.opennms.netmgt.provision with parameters of type DetectRequest Modifier and Type Method Description void
ServiceDetectorFactory. afterDetect(DetectRequest request, DetectResults results, Integer nodeId)
Optional implementation.DetectFuture
AsyncServiceDetector. detect(DetectRequest request)
detectDetectResults
SyncServiceDetector. detect(DetectRequest request)
detect -
Uses of DetectRequest in org.opennms.netmgt.provision.detector.client.rpc
Classes in org.opennms.netmgt.provision.detector.client.rpc that implement DetectRequest Modifier and Type Class Description class
DetectorRequestDTO
-
Uses of DetectRequest in org.opennms.netmgt.provision.detector.jms
Methods in org.opennms.netmgt.provision.detector.jms with parameters of type DetectRequest Modifier and Type Method Description URI
ActiveMQDetector. getAgentConfig(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision.detector.jmx
Methods in org.opennms.netmgt.provision.detector.jmx that return DetectRequest Modifier and Type Method Description DetectRequest
GenericJMXDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Methods in org.opennms.netmgt.provision.detector.jmx with parameters of type DetectRequest Modifier and Type Method Description DetectResults
JMXDetector. detect(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision.detector.snmp
Methods in org.opennms.netmgt.provision.detector.snmp that return DetectRequest Modifier and Type Method Description DetectRequest
GenericSnmpDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Methods in org.opennms.netmgt.provision.detector.snmp with parameters of type DetectRequest Modifier and Type Method Description SnmpAgentConfig
SnmpDetector. getAgentConfig(DetectRequest request)
List<SnmpAgentConfig>
SnmpDetector. getListOfAgentConfigs(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision.detector.wmi
Methods in org.opennms.netmgt.provision.detector.wmi that return DetectRequest Modifier and Type Method Description DetectRequest
WmiDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Methods in org.opennms.netmgt.provision.detector.wmi with parameters of type DetectRequest Modifier and Type Method Description WmiAgentConfig
WmiDetector. getAgentConfig(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision.detector.wsman
Methods in org.opennms.netmgt.provision.detector.wsman that return DetectRequest Modifier and Type Method Description DetectRequest
WsManDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
DetectRequest
WsManWQLDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Methods in org.opennms.netmgt.provision.detector.wsman with parameters of type DetectRequest Modifier and Type Method Description void
WsManDetectorFactory. afterDetect(DetectRequest request, DetectResults results, Integer nodeId)
Stores the product vendor and product version in the node assets table after the service was successfully detected.DetectResults
WsManDetector. detect(DetectRequest request)
DetectResults
WsManWQLDetector. detect(DetectRequest request)
-
Uses of DetectRequest in org.opennms.netmgt.provision.support
Classes in org.opennms.netmgt.provision.support that implement DetectRequest Modifier and Type Class Description class
DetectRequestImpl
Methods in org.opennms.netmgt.provision.support that return DetectRequest Modifier and Type Method Description DetectRequest
GenericServiceDetectorFactory. buildRequest(String location, InetAddress address, Integer port, Map<String,String> attributes)
Methods in org.opennms.netmgt.provision.support with parameters of type DetectRequest Modifier and Type Method Description void
GenericServiceDetectorFactory. afterDetect(DetectRequest request, DetectResults results, Integer nodeId)
DetectResults
AgentBasedSyncAbstractDetector. detect(DetectRequest request)
DetectFuture
AsyncAbstractDetector. detect(DetectRequest request)
DetectResults
SyncAbstractDetector. detect(DetectRequest request)
abstract T
AgentBasedSyncAbstractDetector. getAgentConfig(DetectRequest request)
List<T>
AgentBasedSyncAbstractDetector. getListOfAgentConfigs(DetectRequest request)
Override this if detector can support multiple agent configs.
-