public final class DistributedTaskLifecycleService extends Object
Modifier and Type | Method and Description |
---|---|
static DistributedTaskLifecycleService |
getInstance() |
<T> void |
onPostExecute(Callable<T> task) |
<T,K,V> void |
onPreExecute(Callable<T> task,
Cache<K,V> inputCache) |
public static DistributedTaskLifecycleService getInstance()
public <T> void onPostExecute(Callable<T> task)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.