Project

General

Profile

« Previous | Next » 

Revision 523

Added by berkley over 23 years ago

changed naming scheme

View differences:

MetacatReplication.java
106 106
        out.println("New rate is: " + rate + " seconds.");
107 107
        replicationDaemon.cancel();
108 108
        replicationDaemon = new Timer(true);
109
        replicationDaemon.scheduleAtFixedRate(new replicationHandler(out), 0, 
109
        replicationDaemon.scheduleAtFixedRate(new ReplicationHandler(out), 0, 
110 110
                                              rate * 1000);
111 111
        out.println("Replication Handler Started");
112 112
      }

Also available in: Unified diff