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

Replicatable (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


org.jboss.cache
Interface Replicatable

All Known Implementing Classes:
ReplicationInterceptor

public interface Replicatable

Defines an entity able to receive replications

Version:
$Id: Replicatable.java,v 1.1.4.3 2004/12/30 17:08:34 starksm Exp $
Author:
Bela Ban

Method Summary
 void replicate(List method_calls)
          Receives and applies a number of method calls
 Object replicate(org.jgroups.blocks.MethodCall method_call)
          Receives and applies a method call as result of replication
 

Method Detail

replicate

public Object replicate(org.jgroups.blocks.MethodCall method_call)
                 throws Throwable
Receives and applies a method call as result of replication

Parameters:
method_call -
Returns:
Throws:
Throwable

replicate

public void replicate(List method_calls)
               throws Throwable
Receives and applies a number of method calls

Parameters:
method_calls -
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.