org.apache.juddi.api.impl
Class UDDIReplicationImpl

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
      extended by org.apache.juddi.api.impl.UDDIReplicationImpl
All Implemented Interfaces:
java.rmi.Remote, UDDIReplicationPortType

public class UDDIReplicationImpl
extends AuthenticatedService
implements UDDIReplicationPortType


Field Summary
 
Fields inherited from class org.apache.juddi.api.impl.AuthenticatedService
AUTHTOKEN_ACTIVE, AUTHTOKEN_RETIRED
 
Constructor Summary
UDDIReplicationImpl()
           
 
Method Summary
 java.lang.String doPing(DoPing body)
           
 java.util.List<ChangeRecord> getChangeRecords(java.lang.String requestingNode, HighWaterMarkVectorType changesAlreadySeen, java.math.BigInteger responseLimitCount, HighWaterMarkVectorType responseLimitVector)
           
 java.util.List<ChangeRecordIDType> getHighWaterMarks()
           
 void notifyChangeRecordsAvailable(NotifyChangeRecordsAvailable body)
           
 void transferCustody(TransferCustody body)
           
 
Methods inherited from class org.apache.juddi.api.impl.AuthenticatedService
getEntityPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIReplicationImpl

public UDDIReplicationImpl()
Method Detail

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-2010. All Rights Reserved.