org.hibernate.cache.infinispan.util
Class CacheCommandInitializer

java.lang.Object
  extended by org.hibernate.cache.infinispan.util.CacheCommandInitializer
All Implemented Interfaces:
org.infinispan.commands.module.ModuleCommandInitializer

public class CacheCommandInitializer
extends Object
implements org.infinispan.commands.module.ModuleCommandInitializer

Command initializer

Since:
4.0

Constructor Summary
CacheCommandInitializer()
           
 
Method Summary
 EvictAllCommand buildEvictAllCommand(String regionName)
           
 void initializeReplicableCommand(org.infinispan.commands.ReplicableCommand c, boolean isRemote)
           
 void setRegionFactory(InfinispanRegionFactory regionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheCommandInitializer

public CacheCommandInitializer()
Method Detail

setRegionFactory

public void setRegionFactory(InfinispanRegionFactory regionFactory)

buildEvictAllCommand

public EvictAllCommand buildEvictAllCommand(String regionName)

initializeReplicableCommand

public void initializeReplicableCommand(org.infinispan.commands.ReplicableCommand c,
                                        boolean isRemote)
Specified by:
initializeReplicableCommand in interface org.infinispan.commands.module.ModuleCommandInitializer


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.