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(org.uddi.repl_v3.ChangeRecord change) |
static org.uddi.repl_v3.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(org.uddi.repl_v3.ChangeRecord change)
protected void ProcessChangeRecord(ChangeRecord j)
PersistChangeRecord
for how remote changes are processedj
- must be one of the UDDI save APIspublic static org.uddi.repl_v3.ReplicationConfiguration FetchEdges()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.