Package org.opennms.netmgt.provision
Interface AsyncServiceDetector
-
- All Superinterfaces:
ServiceDetector
- All Known Implementing Classes:
AsyncAbstractDetector
,AsyncBasicDetector
,AsyncBasicDetectorMinaImpl
,AsyncBasicDetectorNettyImpl
,AsyncLineOrientedDetectorMinaImpl
,AsyncLineOrientedDetectorNettyImpl
,AsyncMultilineDetectorMinaImpl
,AsyncMultilineDetectorNettyImpl
,CitrixDetector
,FtpDetector
,HttpDetector
,HttpsDetector
,ImapDetector
,ImapsDetector
,MemcachedDetector
,MultilineHttpDetector
,NotesHttpDetector
,Pop3Detector
,ServiceDetectorImpl
,SmtpDetector
,TcpDetector
public interface AsyncServiceDetector extends ServiceDetector
AsyncServiceDetector interface.
- Version:
- $Id: $
- Author:
- Donald Desloge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectFuture
detect(DetectRequest request)
detect-
Methods inherited from interface org.opennms.netmgt.provision.ServiceDetector
dispose, getIpMatch, getPort, getServiceName, getTimeout, init, setIpMatch, setPort, setServiceName, setTimeout
-
-
-
-
Method Detail
-
detect
DetectFuture detect(DetectRequest request)
detect
- Parameters:
request
- aDetectRequest
object.- Returns:
- a
DetectFuture
object. - Throws:
java.lang.Exception
- if any.
-
-