public class ReplicationNotifier extends TimerTask
Constructor and Description |
---|
ReplicationNotifier()
default constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
static void |
enqueue(ChangeRecord change) |
static void |
EnqueueRetransmit(ChangeRecord change) |
static ReplicationConfiguration |
FetchEdges()
returns the latest version of the replication config or null if there
is no config
|
protected void |
ProcessChangeRecord(ChangeRecord j)
Note: this is for locally originated changes only, see null null null
PersistChangeRecord
for how remote changes are processed |
void |
run() |
scheduledExecutionTime
public ReplicationNotifier() throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public static void enqueue(ChangeRecord change)
public static void EnqueueRetransmit(ChangeRecord change)
protected void ProcessChangeRecord(ChangeRecord j)
PersistChangeRecord
for how remote changes are processedj
- must be one of the UDDI save APIspublic static ReplicationConfiguration FetchEdges()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.