org.jboss.ejb.client.remoting
Class IoFutureHelper
java.lang.Object
org.jboss.ejb.client.remoting.IoFutureHelper
public class IoFutureHelper
- extends Object
- Author:
- Carlo de Wolf
Method Summary |
static
|
future(org.xnio.IoFuture<V> ioFuture)
|
static
|
get(org.xnio.IoFuture<V> ioFuture,
long timeout,
TimeUnit unit)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoFutureHelper
public IoFutureHelper()
future
public static <V> Future<V> future(org.xnio.IoFuture<V> ioFuture)
get
public static <V> V get(org.xnio.IoFuture<V> ioFuture,
long timeout,
TimeUnit unit)
throws IOException
- Throws:
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.