public class DefaultDistributedTaskLifecycle extends Object implements DistributedTaskLifecycle
Constructor and Description |
---|
DefaultDistributedTaskLifecycle() |
Modifier and Type | Method and Description |
---|---|
<T> void |
onPostExecute(Callable<T> task) |
<T,K,V> void |
onPreExecute(Callable<T> task,
Cache<K,V> inputCache) |
public <T,K,V> void onPreExecute(Callable<T> task, Cache<K,V> inputCache)
onPreExecute
in interface DistributedTaskLifecycle
public <T> void onPostExecute(Callable<T> task)
onPostExecute
in interface DistributedTaskLifecycle
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.