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/HeuristicLab.Hive.Contracts.BusinessObjects1.xsd

    r4254 r4267  
    55  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    66  <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
    7   <xs:complexType name="ClientDto">
     7  <xs:complexType name="SlaveDto">
    88    <xs:complexContent mixed="false">
    99      <xs:extension base="tns:ResourceDto">
    1010        <xs:sequence>
    1111          <xs:element minOccurs="0" name="CalendarSyncStatus" type="tns:CalendarState" />
    12           <xs:element minOccurs="0" name="Config" nillable="true" type="tns:ClientConfigDto" />
     12          <xs:element minOccurs="0" name="Config" nillable="true" type="tns:SlaveConfigDto" />
    1313          <xs:element minOccurs="0" name="CpuSpeedPerCore" nillable="true" type="xs:int" />
    1414          <xs:element minOccurs="0" name="FreeMemory" type="xs:int" />
     
    2222    </xs:complexContent>
    2323  </xs:complexType>
    24   <xs:element name="ClientDto" nillable="true" type="tns:ClientDto" />
     24  <xs:element name="SlaveDto" nillable="true" type="tns:SlaveDto" />
    2525  <xs:complexType name="ResourceDto">
    2626    <xs:complexContent mixed="false">
     
    4343  </xs:simpleType>
    4444  <xs:element name="CalendarState" nillable="true" type="tns:CalendarState" />
    45   <xs:complexType name="ClientConfigDto">
     45  <xs:complexType name="SlaveConfigDto">
    4646    <xs:complexContent mixed="false">
    4747      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" base="q2:PersistableObject">
     
    5353    </xs:complexContent>
    5454  </xs:complexType>
    55   <xs:element name="ClientConfigDto" nillable="true" type="tns:ClientConfigDto" />
     55  <xs:element name="SlaveConfigDto" nillable="true" type="tns:SlaveConfigDto" />
    5656  <xs:simpleType name="State">
    5757    <xs:restriction base="xs:string">
     
    8383        <xs:sequence>
    8484          <xs:element xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AssignedResourceIds" nillable="true" type="q5:ArrayOfguid" />
    85           <xs:element minOccurs="0" name="Client" nillable="true" type="tns:ClientDto" />
     85          <xs:element minOccurs="0" name="Slave" nillable="true" type="tns:SlaveDto" />
    8686          <xs:element minOccurs="0" name="CoresNeeded" type="xs:int" />
    8787          <xs:element minOccurs="0" name="DateCalculated" nillable="true" type="xs:dateTime" />
Note: See TracChangeset for help on using the changeset viewer.