Uses of Interface
org.jboss.cache.Replicatable

Packages that use Replicatable
org.jboss.cache   
org.jboss.cache.interceptors   
 

Uses of Replicatable in org.jboss.cache
 

Fields in org.jboss.cache declared as Replicatable
protected  Replicatable TreeCache.replication_handler
          Interceptor which handles invocations of TreeCache._replicate(MethodCall).
 

Methods in org.jboss.cache that return Replicatable
 Replicatable TreeCache.getReplicationHandler()
           
 

Methods in org.jboss.cache with parameters of type Replicatable
 void TreeCache.setReplicationHandler(Replicatable handler)
           
 

Uses of Replicatable in org.jboss.cache.interceptors
 

Classes in org.jboss.cache.interceptors that implement Replicatable
 class ReplicationInterceptor
          Takes care of replicating modifications to other nodes in a cluster.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.