站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

Uses of Interface org.jboss.cache.Replicatable (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


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 © 2002 JBoss Group, LLC. All Rights Reserved.