Package org.opennms.netmgt.provision
Interface DetectResults
-
- All Known Subinterfaces:
DetectFuture
- All Known Implementing Classes:
DetectFutureFailedImpl
,DetectFutureMinaImpl
,DetectFutureNettyImpl
,DetectorFutureImpl
,DetectorResponseDTO
,DetectResultsImpl
public interface DetectResults
Groups all of the results obtained when callingSyncServiceDetector.detect(org.opennms.netmgt.provision.DetectRequest)
andAsyncServiceDetector.detect(org.opennms.netmgt.provision.DetectRequest)
.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getServiceAttributes()
boolean
isServiceDetected()
-