| Modifier and Type | Method and Description | 
|---|---|
DetectRequest | 
ServiceDetectorFactoryImpl.buildRequest(String location,
            InetAddress address,
            Integer port,
            Map attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceDetectorFactoryImpl.afterDetect(DetectRequest request,
           DetectResults results,
           Integer nodeId)  | 
DetectFuture | 
ServiceDetectorImpl.detect(DetectRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectResults | 
XmpDetector.detect(DetectRequest request)  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceDetectorFactory.afterDetect(DetectRequest request,
           DetectResults results,
           Integer nodeId)
Optional implementation. 
 | 
DetectFuture | 
AsyncServiceDetector.detect(DetectRequest request)
detect 
 | 
DetectResults | 
SyncServiceDetector.detect(DetectRequest request)
detect 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectorRequestDTO  | 
| Modifier and Type | Method and Description | 
|---|---|
URI | 
ActiveMQDetector.getAgentConfig(DetectRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectRequest | 
GenericJMXDetectorFactory.buildRequest(String location,
            InetAddress address,
            Integer port,
            Map<String,String> attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectResults | 
JMXDetector.detect(DetectRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectRequest | 
GenericSnmpDetectorFactory.buildRequest(String location,
            InetAddress address,
            Integer port,
            Map<String,String> attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpAgentConfig | 
SnmpDetector.getAgentConfig(DetectRequest request)  | 
List<SnmpAgentConfig> | 
SnmpDetector.getListOfAgentConfigs(DetectRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectRequest | 
WmiDetectorFactory.buildRequest(String location,
            InetAddress address,
            Integer port,
            Map<String,String> attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
WmiAgentConfig | 
WmiDetector.getAgentConfig(DetectRequest request)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectRequestImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectRequest | 
GenericServiceDetectorFactory.buildRequest(String location,
            InetAddress address,
            Integer port,
            Map<String,String> attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenericServiceDetectorFactory.afterDetect(DetectRequest request,
           DetectResults results,
           Integer nodeId)  | 
DetectResults | 
SyncAbstractDetector.detect(DetectRequest request)  | 
DetectResults | 
AgentBasedSyncAbstractDetector.detect(DetectRequest request)  | 
DetectFuture | 
AsyncAbstractDetector.detect(DetectRequest request)  | 
abstract T | 
AgentBasedSyncAbstractDetector.getAgentConfig(DetectRequest request)  | 
List<T> | 
AgentBasedSyncAbstractDetector.getListOfAgentConfigs(DetectRequest request)
Override this if detector can support multiple agent configs. 
 | 
Copyright © 2020. All rights reserved.