Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container.util
Class Threads

java.lang.Object
  extended by org.jboss.forge.container.util.Threads

public class Threads
extends Object


Constructor Summary
Threads()
           
 
Method Summary
static
<T> Future<T>
runAsync(Callable<T> callable)
           
static void sleep(int millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Threads

public Threads()
Method Detail

sleep

public static void sleep(int millis)

runAsync

public static <T> Future<T> runAsync(Callable<T> callable)

Forge - Addon Container 2.0.0.Alpha3

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