Rio Project 4.2 API Documentation



org.rioproject.watch
Interface RemoteWatchDataReplicator

All Superinterfaces:
Remote

public interface RemoteWatchDataReplicator
extends Remote

A remote WatchDataReplicator.


Method Summary
 void bulkReplicate(Collection<Calculable> c)
          Replicate a collection of Calculables
 void replicate(Calculable c)
          Replicate a Calculable
 

Method Detail

replicate

void replicate(Calculable c)
               throws RemoteException
Replicate a Calculable

Parameters:
c - The Calculable to replicate
Throws:
RemoteException - If communication errors occur

bulkReplicate

void bulkReplicate(Collection<Calculable> c)
                   throws RemoteException
Replicate a collection of Calculables

Parameters:
c - The collection of Calculables to replicate
Throws:
RemoteException - If communication errors occur

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.