|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DetectFuture
DetectFuture interface.
| 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 |
|---|
AsyncServiceDetector getServiceDetector()
getServiceDetector
AsyncServiceDetector object.boolean isServiceDetected()
isServiceDetected
Throwable getException()
getException
Throwable object.void setServiceDetected(boolean serviceDetected)
setServiceDetected
serviceDetected - a boolean.void setException(Throwable throwable)
setException
throwable - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||