JBoss EJB client 2.0.0.Beta4

org.jboss.ejb.client.remoting
Class IoFutureHelper

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

Deprecated.

@Deprecated
public class IoFutureHelper
extends Object

Author:
Carlo de Wolf

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

Constructor Detail

IoFutureHelper

public IoFutureHelper()
Deprecated. 
Method Detail

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

JBoss EJB client 2.0.0.Beta4

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