org.infinispan.distexec.spi
Class DistributedTaskLifecycleService
java.lang.Object
org.infinispan.distexec.spi.DistributedTaskLifecycleService
public final class DistributedTaskLifecycleService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DistributedTaskLifecycleService getInstance()
onPreExecute
public <T,K,V> void onPreExecute(Callable<T> task,
Cache<K,V> inputCache)
onPostExecute
public <T> void onPostExecute(Callable<T> task)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.