Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 15:47:46 (14 years ago)
Author:
cneumuel
Message:

renamed all database entities from "Client" to "Slave" (#1157)
made slave-heartbeats synchronous, also they send HBs when timetable disallows them to calculate. they will appear on the server as Idle bis IsAllowedToCalculate will be false (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/Service References/ServerService/service1.wsdl

    r4263 r4267  
    302302  <wsdl:service name="SlaveFacade">
    303303    <wsdl:port name="NetTcpBinding_ISlaveFacade" binding="tns:NetTcpBinding_ISlaveFacade">
    304       <soap12:address location="net.tcp://10.42.1.154:9000/HiveServer/ClientCommunicator" />
     304      <soap12:address location="net.tcp://10.42.1.154:9000/HiveServer/SlaveCommunicator" />
    305305      <wsa10:EndpointReference>
    306         <wsa10:Address>net.tcp://10.42.1.154:9000/HiveServer/ClientCommunicator</wsa10:Address>
     306        <wsa10:Address>net.tcp://10.42.1.154:9000/HiveServer/SlaveCommunicator</wsa10:Address>
    307307      </wsa10:EndpointReference>
    308308    </wsdl:port>
Note: See TracChangeset for help on using the changeset viewer.