Replaced by helma.objectmodel.db.IReplicationListener.
This commit is contained in:
parent
50428e56ec
commit
2be26331b6
1 changed files with 0 additions and 17 deletions
|
@ -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;
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue