org.jboss.naming.remote.protocol.v1
public class ProtocolIoFuture<T> extends org.xnio.AbstractIoFuture<T>
Constructor and Description |
---|
ProtocolIoFuture() |
Modifier and Type | Method and Description |
---|---|
Exception |
getHeldException() |
protected boolean |
setException(IOException exception) |
protected void |
setHeldException(Exception exception) |
protected boolean |
setResult(T result) |
protected boolean setResult(T result)
setResult
in class org.xnio.AbstractIoFuture<T>
protected boolean setException(IOException exception)
setException
in class org.xnio.AbstractIoFuture<T>
protected void setHeldException(Exception exception)
public Exception getHeldException()
Copyright © 2014 JBoss by Red Hat. All rights reserved.