org.apache.mina.common
Class AbstractIoService.ServiceOperationFuture
java.lang.Object
org.apache.mina.common.DefaultIoFuture
org.apache.mina.common.AbstractIoService.ServiceOperationFuture
- All Implemented Interfaces:
- IoFuture
- Direct Known Subclasses:
- AbstractIoAcceptor.AcceptorOperationFuture
- Enclosing class:
- AbstractIoService
protected static class AbstractIoService.ServiceOperationFuture
- extends DefaultIoFuture
Methods inherited from class org.apache.mina.common.DefaultIoFuture |
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, isReady, join, join, removeListener, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIoService.ServiceOperationFuture
public AbstractIoService.ServiceOperationFuture()
isDone
public final boolean isDone()
setDone
public final void setDone()
getException
public final Exception getException()
setException
public final void setException(Exception exception)
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.