From 50b69b69587687d115273f8e52b0fe0faee0a753 Mon Sep 17 00:00:00 2001 From: hns Date: Sun, 29 Jul 2001 20:10:13 +0000 Subject: [PATCH] cache replication now has its own interface --- src/helma/framework/core/Application.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helma/framework/core/Application.java b/src/helma/framework/core/Application.java index bba55d1d..f2de7aec 100644 --- a/src/helma/framework/core/Application.java +++ b/src/helma/framework/core/Application.java @@ -29,7 +29,7 @@ import java.util.StringTokenizer; * requests from the Web server or XML-RPC port and dispatches them to * the evaluators. */ -public class Application extends UnicastRemoteObject implements IRemoteApp, Runnable { +public class Application extends UnicastRemoteObject implements IRemoteApp, IReplicatedApp, Runnable { private String name; SystemProperties props, dbProps; @@ -326,6 +326,7 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, Runn nmgr.replicateCache (add, delete); } + public void ping () { // do nothing }