Uses of Class
org.uddi.repl_v3.ChangeRecordIDType

Packages that use ChangeRecordIDType
org.apache.juddi.api.impl   
org.uddi.repl_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of ChangeRecordIDType in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return types with arguments of type ChangeRecordIDType
 List<ChangeRecordIDType> UDDIReplicationImpl.getHighWaterMarks()
           
 

Uses of ChangeRecordIDType in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as ChangeRecordIDType
protected  ChangeRecordIDType ChangeRecordAcknowledgement.acknowledgedChange
           
protected  ChangeRecordIDType ChangeRecord.changeID
           
protected  ChangeRecordIDType ChangeRecordConditionFailed.failedChangeID
           
 

Fields in org.uddi.repl_v3 with type parameters of type ChangeRecordIDType
protected  List<ChangeRecordIDType> HighWaterMarkVectorType.highWaterMark
           
 

Methods in org.uddi.repl_v3 that return ChangeRecordIDType
 ChangeRecordIDType ObjectFactory.createChangeRecordIDType()
          Create an instance of ChangeRecordIDType
 ChangeRecordIDType ChangeRecordAcknowledgement.getAcknowledgedChange()
          Gets the value of the acknowledgedChange property.
 ChangeRecordIDType ChangeRecord.getChangeID()
          Gets the value of the changeID property.
 ChangeRecordIDType ChangeRecordConditionFailed.getFailedChangeID()
          Gets the value of the failedChangeID property.
 

Methods in org.uddi.repl_v3 that return types with arguments of type ChangeRecordIDType
 List<ChangeRecordIDType> HighWaterMarkVectorType.getHighWaterMark()
          Gets the value of the highWaterMark property.
 

Methods in org.uddi.repl_v3 with parameters of type ChangeRecordIDType
 void ChangeRecordAcknowledgement.setAcknowledgedChange(ChangeRecordIDType value)
          Sets the value of the acknowledgedChange property.
 void ChangeRecord.setChangeID(ChangeRecordIDType value)
          Sets the value of the changeID property.
 void ChangeRecordConditionFailed.setFailedChangeID(ChangeRecordIDType value)
          Sets the value of the failedChangeID property.
 

Uses of ChangeRecordIDType in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return types with arguments of type ChangeRecordIDType
 List<ChangeRecordIDType> UDDIReplicationPortType.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.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.