org.opennms.netmgt.provision
Interface DetectFuture

All Superinterfaces:
org.apache.mina.core.future.IoFuture
All Known Implementing Classes:
DefaultDetectFuture

public interface DetectFuture
extends org.apache.mina.core.future.IoFuture

DetectFuture interface.

Version:
$Id: $
Author:
thedesloge

Method Summary
 Throwable getException()
          getException
 AsyncServiceDetector getServiceDetector()
          getServiceDetector
 boolean isServiceDetected()
          isServiceDetected
 void setException(Throwable throwable)
          setException
 void setServiceDetected(boolean serviceDetected)
          setServiceDetected
 
Methods inherited from interface org.apache.mina.core.future.IoFuture
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, isDone, join, join, removeListener
 

Method Detail

getServiceDetector

AsyncServiceDetector getServiceDetector()

getServiceDetector

Returns:
a AsyncServiceDetector object.

isServiceDetected

boolean isServiceDetected()

isServiceDetected

Returns:
a boolean.

getException

Throwable getException()

getException

Returns:
a Throwable object.

setServiceDetected

void setServiceDetected(boolean serviceDetected)

setServiceDetected

Parameters:
serviceDetected - a boolean.

setException

void setException(Throwable throwable)

setException

Parameters:
throwable - a Throwable object.


Copyright © 2011. All Rights Reserved.