Modifier and Type | Class and Description |
---|---|
class |
ServiceDetectorFactoryImpl<T extends ServiceDetector>
This is a proxy object created to map
ServiceDetectorFactory implementations to ServiceDetectorFactory |
Modifier and Type | Class and Description |
---|---|
class |
ServiceDetectorImpl
This is a proxy object created to map
ServiceDetector with AsyncServiceDetector
ServiceDetector from integration api is Async in nature. |
Modifier and Type | Class and Description |
---|---|
class |
XmpDetector
OpenNMS XMP Detector allows for discovery of service/protocols via
provisiond.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceDetectorFactory<T extends ServiceDetector>
Responsible for instantiating detectors, gathering state information or agent specific details,
and optionally handling post-processing of the requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncServiceDetector
AsyncServiceDetector interface.
|
interface |
SyncServiceDetector
ServiceDetector
|
Modifier and Type | Class and Description |
---|---|
class |
BSFDetector
BSFDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
DnsDetector
DnsDetector class.
|
class |
NtpDetector
NtpDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
DhcpDetector |
Modifier and Type | Class and Description |
---|---|
class |
GpDetector
GpDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
IcmpDetector
IcmpDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcDetector
Abstract AbstractJdbcDetector class.
|
class |
JdbcDetector
JdbcDetector class.
|
class |
JdbcQueryDetector
JdbcQueryDetector class.
|
class |
JdbcStoredProcedureDetector
JdbcStoredProcedureDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQDetector
ActiveMQDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXDetector |
class |
Jsr160Detector |
Modifier and Type | Class and Description |
---|---|
class |
LoopDetector
LoopDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
MSExchangeDetector
MSExchangeDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
ReverseDNSLookupDetector
Reverse DNS Lookup Detector will detect if there is a valid PTR record for a given IP Address.
|
Modifier and Type | Method and Description |
---|---|
ServiceDetector |
ServiceDetectorRegistry.getDetectorByClassName(String className) |
ServiceDetector |
ServiceDetectorRegistry.getDetectorByClassName(String className,
Map<String,String> properties) |
ServiceDetector |
ServiceDetectorRegistry.getDetectorByServiceName(String serviceName) |
ServiceDetector |
ServiceDetectorRegistry.getDetectorByServiceName(String serviceName,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
ServiceDetector |
ServiceDetectorRegistryImpl.getDetectorByClassName(String className) |
ServiceDetector |
ServiceDetectorRegistryImpl.getDetectorByClassName(String className,
Map<String,String> properties) |
ServiceDetector |
ServiceDetectorRegistryImpl.getDetectorByServiceName(String serviceName) |
ServiceDetector |
ServiceDetectorRegistryImpl.getDetectorByServiceName(String serviceName,
Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncLineOrientedDetectorMinaImpl
Abstract AsyncLineOrientedDetector class.
|
class |
AsyncLineOrientedDetectorNettyImpl
Abstract AsyncLineOrientedDetectorNettyImpl class.
|
class |
AsyncMultilineDetectorMinaImpl
Abstract AsyncMultilineDetector class.
|
class |
AsyncMultilineDetectorNettyImpl
Abstract AsyncMultilineDetectorNettyImpl class.
|
class |
CitrixDetector
Detects the presence of the Citrix service on an IP address using
a line oriented protocol.
|
class |
DominoIIOPDetector
DominoIIOPDetector class.
|
class |
FtpDetector
FtpDetector class.
|
class |
HttpDetector
HttpDetector class.
|
class |
HttpsDetector
HttpsDetector class.
|
class |
ImapDetector
ImapDetector class.
|
class |
ImapsDetector |
class |
LdapDetector
LdapDetector class.
|
class |
LdapsDetector
LdapDetector class.
|
class |
LineOrientedDetector
Abstract LineOrientedDetector class.
|
class |
MemcachedDetector
MemcachedDetector class.
|
class |
MultilineHttpDetector
Abstract MultilineHttpDetector class.
|
class |
NotesHttpDetector
NotesHttpDetector class.
|
class |
NrpeDetector
NrpeDetector class.
|
class |
Pop3Detector
Pop3Detector class.
|
class |
SmtpDetector
SmtpDetector class.
|
class |
TcpDetector
TcpDetector class.
|
class |
TrivialTimeDetector
TrivialTimeDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
MultilineOrientedDetector
Abstract MultilineOrientedDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
SmbDetector
SmbDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
BgpSessionDetector
BgpSessionDetector class.
|
class |
CiscoIpSlaDetector
CiscoIpSlaDetector class.
|
class |
DiskUsageDetector
DiskUsageDetector class.
|
class |
HostResourceSWRunDetector
HostResourceSWRunDetector class.
|
class |
OmsaStorageDetector
OmsaStorageDetector class.
|
class |
OpenManageChassisDetector |
class |
PercDetector |
class |
SnmpDetector
SnmpDetector class.
|
class |
Win32ServiceDetector
Win32ServiceDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
SshDetector
SshDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
WebDetector
WebDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
WmiDetector |
Modifier and Type | Class and Description |
---|---|
class |
WsManDetector
Detects the presence of the WS-Man service by verifying that the
endpoint responds to the Identify command.
|
class |
WsManWQLDetector
Detects a service from the result of a WQL query against a resource URI.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericServiceDetectorFactory<T extends ServiceDetector> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetector
AbstractDetector class.
|
class |
AgentBasedSyncAbstractDetector<T> |
class |
AsyncAbstractDetector
AsyncAbstractDetector class.
|
class |
AsyncBasicDetector<Request,Response>
Abstract AsyncBasicDetector class.
|
class |
AsyncBasicDetectorMinaImpl<Request,Response>
AsyncBasicDetectorMinaImpl class.
|
class |
AsyncBasicDetectorNettyImpl<Request,Response>
AsyncBasicDetectorNettyImpl class.
|
class |
BasicDetector<Request,Response>
Abstract BasicDetector class.
|
class |
SyncAbstractDetector
SyncAbstractDetector class.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericServiceDetectorFactory.setBeanProperties(ServiceDetector detector,
Map<String,String> properties)
Set detector attributes as bean properties.
|
Modifier and Type | Class and Description |
---|---|
class |
NsclientDetector
NsclientDetector class.
|
Modifier and Type | Class and Description |
---|---|
class |
RadiusAuthDetector
RadiusAuthDetector class.
|
Copyright © 2021. All rights reserved.