JBoss EJB client 1.0.5.Final

org.jboss.ejb.client.remoting
Class IoFutureHelper

java.lang.Object
  extended by org.jboss.ejb.client.remoting.IoFutureHelper

public class IoFutureHelper
extends Object

Author:
Carlo de Wolf

Constructor Summary
IoFutureHelper()
           
 
Method Summary
static
<V> Future<V>
future(org.xnio.IoFuture<V> ioFuture)
           
static
<V> V
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
 

Constructor Detail

IoFutureHelper

public IoFutureHelper()
Method Detail

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

JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.