org.infinispan.cdi
Class CDIDistributedTaskLifecycle
java.lang.Object
org.jboss.solder.beanManager.BeanManagerAware
org.infinispan.cdi.CDIDistributedTaskLifecycle
- All Implemented Interfaces:
- DistributedTaskLifecycle
public class CDIDistributedTaskLifecycle
- extends org.jboss.solder.beanManager.BeanManagerAware
- implements DistributedTaskLifecycle
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 |
CDIDistributedTaskLifecycle
public CDIDistributedTaskLifecycle()
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
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.