org.infinispan.cacheviews
Class CacheViewsManagerImpl.ViewInstallationTask

java.lang.Object
  extended by org.infinispan.cacheviews.CacheViewsManagerImpl.ViewInstallationTask
All Implemented Interfaces:
Callable<Object>
Enclosing class:
CacheViewsManagerImpl

public class CacheViewsManagerImpl.ViewInstallationTask
extends Object
implements Callable<Object>

Executed on the coordinator to install a new view in the cluster.


Constructor Summary
CacheViewsManagerImpl.ViewInstallationTask(String cacheName, CacheView newView)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheViewsManagerImpl.ViewInstallationTask

public CacheViewsManagerImpl.ViewInstallationTask(String cacheName,
                                                  CacheView newView)
Method Detail

call

public Object call()
            throws Exception
Specified by:
call in interface Callable<Object>
Throws:
Exception

-->

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