Replaced by helma.objectmodel.db.IReplicationListener.

This commit is contained in:
hns 2002-09-26 16:43:10 +00:00
parent 50428e56ec
commit 2be26331b6

View file

@ -1,17 +0,0 @@
// IReplicatedApp.java
// Copyright (c) Hannes Wallnöfer 2001
package helma.framework;
import java.rmi.*;
import java.util.Vector;
/**
* RMI interface for an application that is able to replicate it's node cache.
*/
public interface IReplicatedApp extends Remote {
public void replicateCache (Vector add, Vector delete) throws RemoteException;
}