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