public class UDDIReplicationImpl extends AuthenticatedService implements org.uddi.v3_service.UDDIReplicationPortType
AUTHTOKEN_ACTIVE, AUTHTOKEN_RETIRED, baseUrl, baseUrlSSL, ctx, df, UTF8
Constructor and Description |
---|
UDDIReplicationImpl() |
Modifier and Type | Method and Description |
---|---|
String |
doPing(org.uddi.repl_v3.DoPing body) |
org.uddi.repl_v3.ChangeRecords |
getChangeRecords(org.uddi.repl_v3.GetChangeRecords body) |
List<org.uddi.repl_v3.ChangeRecordIDType> |
getHighWaterMarks()
This UDDI API message provides a means to obtain a list of
highWaterMark element containing the highest known USN for all nodes
in the replication graph.
|
void |
notifyChangeRecordsAvailable(org.uddi.repl_v3.NotifyChangeRecordsAvailable body)
this means that another node has a change and we need to pick up the
change and apply it to our local database.
|
void |
transferCustody(org.uddi.repl_v3.TransferCustody body)
transfers custody of an entity from node1/user1 to node2/user2
assume this node is node 2.
|
getEntityPublisher, getNode, getRequestorsIPAddress, setContext
public String doPing(org.uddi.repl_v3.DoPing body) throws org.uddi.v3_service.DispositionReportFaultMessage
doPing
in interface org.uddi.v3_service.UDDIReplicationPortType
body
- org.uddi.v3_service.DispositionReportFaultMessage
public org.uddi.repl_v3.ChangeRecords getChangeRecords(org.uddi.repl_v3.GetChangeRecords body) throws org.uddi.v3_service.DispositionReportFaultMessage, RemoteException
getChangeRecords
in interface org.uddi.v3_service.UDDIReplicationPortType
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
public List<org.uddi.repl_v3.ChangeRecordIDType> getHighWaterMarks() throws org.uddi.v3_service.DispositionReportFaultMessage
getHighWaterMarks
in interface org.uddi.v3_service.UDDIReplicationPortType
org.uddi.v3_service.DispositionReportFaultMessage
public void notifyChangeRecordsAvailable(org.uddi.repl_v3.NotifyChangeRecordsAvailable body) throws org.uddi.v3_service.DispositionReportFaultMessage
notifyChangeRecordsAvailable
in interface org.uddi.v3_service.UDDIReplicationPortType
body
- org.uddi.v3_service.DispositionReportFaultMessage
public void transferCustody(org.uddi.repl_v3.TransferCustody body) throws org.uddi.v3_service.DispositionReportFaultMessage
transferCustody
in interface org.uddi.v3_service.UDDIReplicationPortType
body
- org.uddi.v3_service.DispositionReportFaultMessage
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.