org.apache.juddi.api.impl
Class UDDIReplicationImpl
java.lang.Object
org.apache.juddi.api.impl.AuthenticatedService
org.apache.juddi.api.impl.UDDIReplicationImpl
- All Implemented Interfaces:
- java.rmi.Remote, UDDIReplicationPortType
public class UDDIReplicationImpl
- extends AuthenticatedService
- implements UDDIReplicationPortType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDDIReplicationImpl
public UDDIReplicationImpl()
doPing
public java.lang.String doPing(DoPing body)
throws DispositionReportFaultMessage
- Specified by:
doPing
in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
getChangeRecords
public java.util.List<ChangeRecord> getChangeRecords(java.lang.String requestingNode,
HighWaterMarkVectorType changesAlreadySeen,
java.math.BigInteger responseLimitCount,
HighWaterMarkVectorType responseLimitVector)
throws DispositionReportFaultMessage
- Specified by:
getChangeRecords
in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
getHighWaterMarks
public java.util.List<ChangeRecordIDType> getHighWaterMarks()
throws DispositionReportFaultMessage
- Specified by:
getHighWaterMarks
in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
notifyChangeRecordsAvailable
public void notifyChangeRecordsAvailable(NotifyChangeRecordsAvailable body)
throws DispositionReportFaultMessage
- Specified by:
notifyChangeRecordsAvailable
in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
transferCustody
public void transferCustody(TransferCustody body)
throws DispositionReportFaultMessage
- Specified by:
transferCustody
in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.