public class DetectorFutureImpl extends Object implements DetectFuture
DetectResults future with DetectFuture| Constructor and Description | 
|---|
DetectorFutureImpl(CompletableFuture<org.opennms.integration.api.v1.detectors.DetectResults> future)  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectFuture | 
addListener(DetectFutureListener<DetectFuture> listener)
addListener 
 | 
void | 
awaitFor()
awaitFor 
 | 
void | 
awaitForUninterruptibly()
awaitForUninterruptibly 
 | 
Throwable | 
getException()
getException 
 | 
Map<String,String> | 
getServiceAttributes()  | 
boolean | 
isDone()
isDone 
 | 
boolean | 
isServiceDetected()  | 
void | 
setException(Throwable throwable)
setException 
 | 
void | 
setServiceDetected(boolean serviceDetected)
setServiceDetected 
 | 
public DetectorFutureImpl(CompletableFuture<org.opennms.integration.api.v1.detectors.DetectResults> future)
public Throwable getException()
DetectFuturegetException
getException in interface DetectFutureThrowable object.public void setServiceDetected(boolean serviceDetected)
DetectFuturesetServiceDetected
setServiceDetected in interface DetectFutureserviceDetected - a boolean.public void setException(Throwable throwable)
DetectFuturesetException
setException in interface DetectFuturethrowable - a Throwable object.public void awaitFor()
              throws InterruptedException
DetectFutureawaitFor
awaitFor in interface DetectFutureInterruptedExceptionpublic void awaitForUninterruptibly()
DetectFutureawaitForUninterruptibly
awaitForUninterruptibly in interface DetectFuturepublic boolean isDone()
DetectFutureisDone
isDone in interface DetectFuturepublic DetectFuture addListener(DetectFutureListener<DetectFuture> listener)
DetectFutureaddListener
addListener in interface DetectFuturepublic boolean isServiceDetected()
isServiceDetected in interface DetectResultspublic Map<String,String> getServiceAttributes()
getServiceAttributes in interface DetectResultsCopyright © 2020. All rights reserved.