|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |