Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.distexec.spi
Class DistributedTaskLifecycleService

java.lang.Object
  extended by org.infinispan.distexec.spi.DistributedTaskLifecycleService

public final class DistributedTaskLifecycleService
extends Object


Method Summary
static DistributedTaskLifecycleService getInstance()
           
<T> void
onPostExecute(Callable<T> task)
           
<T,K,V> void
onPreExecute(Callable<T> task, Cache<K,V> inputCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.