|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.core.future.DefaultIoFuture
org.opennms.netmgt.provision.support.DefaultDetectFuture
public class DefaultDetectFuture
DefaultDetectFuture class.
| Constructor Summary | |
|---|---|
DefaultDetectFuture(AsyncServiceDetector detector)
Constructor for DefaultDetectFuture. |
|
| Method Summary | |
|---|---|
Throwable |
getException()
getException |
Object |
getObjectValue()
getObjectValue |
AsyncServiceDetector |
getServiceDetector()
getServiceDetector |
boolean |
isServiceDetected()
isServiceDetected |
void |
setException(Throwable throwable)
setException |
void |
setServiceDetected(boolean serviceDetected)
setServiceDetected |
| Methods inherited from class org.apache.mina.core.future.DefaultIoFuture |
|---|
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, isDone, join, join, removeListener, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.mina.core.future.IoFuture |
|---|
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, isDone, join, join, removeListener |
| Constructor Detail |
|---|
public DefaultDetectFuture(AsyncServiceDetector detector)
Constructor for DefaultDetectFuture.
detector - a AsyncServiceDetector object.| Method Detail |
|---|
public AsyncServiceDetector getServiceDetector()
getServiceDetector
getServiceDetector in interface DetectFutureAsyncServiceDetector object.public boolean isServiceDetected()
isServiceDetected
isServiceDetected in interface DetectFuturepublic Throwable getException()
getException
getException in interface DetectFutureThrowable object.public void setServiceDetected(boolean serviceDetected)
setServiceDetected
setServiceDetected in interface DetectFutureserviceDetected - a boolean.public void setException(Throwable throwable)
setException
setException in interface DetectFuturethrowable - a Throwable object.public Object getObjectValue()
getObjectValue
Object object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||