Uses of Interface
org.opennms.netmgt.provision.AsyncServiceDetector
-
Packages that use AsyncServiceDetector Package Description org.opennms.features.apilayer.detectors org.opennms.netmgt.provision.detector.simple org.opennms.netmgt.provision.support -
-
Uses of AsyncServiceDetector in org.opennms.features.apilayer.detectors
Classes in org.opennms.features.apilayer.detectors that implement AsyncServiceDetector Modifier and Type Class Description class
ServiceDetectorImpl
This is a proxy object created to mapServiceDetector
withAsyncServiceDetector
ServiceDetector
from integration api is Async in nature. -
Uses of AsyncServiceDetector in org.opennms.netmgt.provision.detector.simple
Classes in org.opennms.netmgt.provision.detector.simple that implement AsyncServiceDetector Modifier and Type Class 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
FtpDetector
FtpDetector class.class
HttpDetector
HttpDetector class.class
HttpsDetector
HttpsDetector class.class
ImapDetector
ImapDetector class.class
ImapsDetector
class
MemcachedDetector
MemcachedDetector class.class
MultilineHttpDetector
Abstract MultilineHttpDetector class.class
NotesHttpDetector
NotesHttpDetector class.class
Pop3Detector
Pop3Detector class.class
SmtpDetector
SmtpDetector class.class
TcpDetector
TcpDetector class. -
Uses of AsyncServiceDetector in org.opennms.netmgt.provision.support
Classes in org.opennms.netmgt.provision.support that implement AsyncServiceDetector Modifier and Type Class Description class
AsyncAbstractDetector
AsyncAbstractDetector class.class
AsyncBasicDetector<Request,Response>
Abstract AsyncBasicDetector class.class
AsyncBasicDetectorMinaImpl<Request,Response>
AsyncBasicDetectorMinaImpl class.class
AsyncBasicDetectorNettyImpl<Request,Response>
AsyncBasicDetectorNettyImpl class.Constructors in org.opennms.netmgt.provision.support with parameters of type AsyncServiceDetector Constructor Description DetectFutureFailedImpl(AsyncServiceDetector detector, java.lang.Throwable e)
Constructor for DefaultDetectFuture.DetectFutureMinaImpl(AsyncServiceDetector detector)
Constructor for DefaultDetectFuture.
-