Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cdi
Class CDIDistributedTaskLifecycle

java.lang.Object
  extended by org.jboss.solder.beanManager.BeanManagerAware
      extended by org.infinispan.cdi.CDIDistributedTaskLifecycle
All Implemented Interfaces:
DistributedTaskLifecycle

public class CDIDistributedTaskLifecycle
extends org.jboss.solder.beanManager.BeanManagerAware
implements DistributedTaskLifecycle


Constructor Summary
CDIDistributedTaskLifecycle()
           
 
Method Summary
<T> void
onPostExecute(Callable<T> task)
           
<T,K,V> void
onPreExecute(Callable<T> task, Cache<K,V> inputCache)
           
 
Methods inherited from class org.jboss.solder.beanManager.BeanManagerAware
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIDistributedTaskLifecycle

public CDIDistributedTaskLifecycle()
Method Detail

onPreExecute

public <T,K,V> void onPreExecute(Callable<T> task,
                                 Cache<K,V> inputCache)
Specified by:
onPreExecute in interface DistributedTaskLifecycle

onPostExecute

public <T> void onPostExecute(Callable<T> task)
Specified by:
onPostExecute in interface DistributedTaskLifecycle

Infinispan Distribution 5.2.6.Final-redhat-2

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