org.apache.mina.common
Class AbstractIoService.ServiceOperationFuture

java.lang.Object
  extended by org.apache.mina.common.DefaultIoFuture
      extended by 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


Constructor Summary
AbstractIoService.ServiceOperationFuture()
           
 
Method Summary
 Exception getException()
           
 boolean isDone()
           
 void setDone()
           
 void setException(Exception exception)
           
 
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
 

Constructor Detail

AbstractIoService.ServiceOperationFuture

public AbstractIoService.ServiceOperationFuture()
Method Detail

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.