Changeset 1449 for trunk/sources/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 03/27/09 14:04:47 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Communication
- Files:
-
- 2 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Communication/HeuristicLab.Hive.Client.Communication.csproj
r1379 r1449 124 124 <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponsePlugin.datasource" /> 125 125 <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseResultReceived.datasource" /> 126 <None Include="Service References\ServerService\Arrays .xsd" />127 <None Include="Service References\ServerService\HeuristicLab.DataAccess .xsd" />126 <None Include="Service References\ServerService\Arrays1.xsd" /> 127 <None Include="Service References\ServerService\HeuristicLab.DataAccess1.xsd" /> 128 128 <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts.BusinessObjects1.xsd" /> 129 129 <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts1.xsd" /> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.Hive.Contracts.BusinessObjects1.xsd
r1379 r1449 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 3 <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" /> 3 4 <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> 4 <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" />5 5 <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> 6 6 <xs:complexType name="ClientInfo"> … … 8 8 <xs:extension base="tns:Resource"> 9 9 <xs:sequence> 10 <xs:element minOccurs="0" name="ClientId" type="ser:guid" />11 <xs:element minOccurs="0" name="ClientInfoId" type="xs:long" />12 10 <xs:element minOccurs="0" name="Config" nillable="true" type="tns:ClientConfig" /> 13 11 <xs:element minOccurs="0" name="CpuSpeedPerCore" type="xs:int" /> … … 57 55 <xs:element minOccurs="0" name="FreeCores" type="xs:int" /> 58 56 <xs:element minOccurs="0" name="FreeMemory" type="xs:int" /> 59 <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobProgress" nillable="true" type="q3:ArrayOfKeyValueOf longdouble" />57 <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobProgress" nillable="true" type="q3:ArrayOfKeyValueOfguiddouble" /> 60 58 </xs:sequence> 61 59 </xs:complexType> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.Hive.Contracts1.xsd
r1379 r1449 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 3 <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> 3 4 <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" /> 4 5 <xs:complexType name="Response"> … … 27 28 <xs:complexType name="MessageContainer"> 28 29 <xs:sequence> 29 <xs:element name="_x003C_JobId_x003E_k__BackingField" type=" xs:long" />30 <xs:element name="_x003C_JobId_x003E_k__BackingField" type="ser:guid" /> 30 31 <xs:element name="_x003C_Message_x003E_k__BackingField" type="tns:MessageContainer.MessageType" /> 31 32 </xs:sequence> … … 59 60 <xs:extension base="tns:Response"> 60 61 <xs:sequence> 61 <xs:element minOccurs="0" name="JobId" type=" xs:long" />62 <xs:element minOccurs="0" name="JobId" type="ser:guid" /> 62 63 <xs:element minOccurs="0" name="finished" type="xs:boolean" /> 63 64 </xs:sequence> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/Reference.cs
r1379 r1449 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.30 534 // Runtime Version:2.0.50727.3082 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 45 45 46 46 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult", ReplyAction="http://tempuri.org/IClientCommunicator/StoreFinishedJobResultResponse")] 47 HeuristicLab.Hive.Contracts.ResponseResultReceived StoreFinishedJobResult(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception);47 HeuristicLab.Hive.Contracts.ResponseResultReceived StoreFinishedJobResult(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception); 48 48 49 49 [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult", ReplyAction="http://tempuri.org/IClientCommunicator/StoreFinishedJobResultResponse")] 50 System.IAsyncResult BeginStoreFinishedJobResult(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState);50 System.IAsyncResult BeginStoreFinishedJobResult(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState); 51 51 52 52 HeuristicLab.Hive.Contracts.ResponseResultReceived EndStoreFinishedJobResult(System.IAsyncResult result); 53 53 54 54 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientCommunicator/ProcessSnapshot", ReplyAction="http://tempuri.org/IClientCommunicator/ProcessSnapshotResponse")] 55 HeuristicLab.Hive.Contracts.ResponseResultReceived ProcessSnapshot(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception);55 HeuristicLab.Hive.Contracts.ResponseResultReceived ProcessSnapshot(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception); 56 56 57 57 [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IClientCommunicator/ProcessSnapshot", ReplyAction="http://tempuri.org/IClientCommunicator/ProcessSnapshotResponse")] 58 System.IAsyncResult BeginProcessSnapshot(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState);58 System.IAsyncResult BeginProcessSnapshot(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState); 59 59 60 60 HeuristicLab.Hive.Contracts.ResponseResultReceived EndProcessSnapshot(System.IAsyncResult result); … … 77 77 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeuristicLab.Hive.Contracts.ResponseResultReceived))] 78 78 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeuristicLab.Hive.Contracts.ResponsePlugin))] 79 HeuristicLab.Hive.Contracts.Response IsJobStillNeeded( longjobId);79 HeuristicLab.Hive.Contracts.Response IsJobStillNeeded(System.Guid jobId); 80 80 81 81 [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IClientCommunicator/IsJobStillNeeded", ReplyAction="http://tempuri.org/IClientCommunicator/IsJobStillNeededResponse")] 82 System.IAsyncResult BeginIsJobStillNeeded( longjobId, System.AsyncCallback callback, object asyncState);82 System.IAsyncResult BeginIsJobStillNeeded(System.Guid jobId, System.AsyncCallback callback, object asyncState); 83 83 84 84 HeuristicLab.Hive.Contracts.Response EndIsJobStillNeeded(System.IAsyncResult result); … … 486 486 } 487 487 488 public HeuristicLab.Hive.Contracts.ResponseResultReceived StoreFinishedJobResult(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception) {488 public HeuristicLab.Hive.Contracts.ResponseResultReceived StoreFinishedJobResult(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception) { 489 489 return base.Channel.StoreFinishedJobResult(clientId, jobId, result, percentage, exception); 490 490 } 491 491 492 492 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 493 public System.IAsyncResult BeginStoreFinishedJobResult(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState) {493 public System.IAsyncResult BeginStoreFinishedJobResult(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState) { 494 494 return base.Channel.BeginStoreFinishedJobResult(clientId, jobId, result, percentage, exception, callback, asyncState); 495 495 } … … 502 502 private System.IAsyncResult OnBeginStoreFinishedJobResult(object[] inValues, System.AsyncCallback callback, object asyncState) { 503 503 System.Guid clientId = ((System.Guid)(inValues[0])); 504 long jobId = ((long)(inValues[1]));504 System.Guid jobId = ((System.Guid)(inValues[1])); 505 505 byte[] result = ((byte[])(inValues[2])); 506 506 double percentage = ((double)(inValues[3])); … … 522 522 } 523 523 524 public void StoreFinishedJobResultAsync(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception) {524 public void StoreFinishedJobResultAsync(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception) { 525 525 this.StoreFinishedJobResultAsync(clientId, jobId, result, percentage, exception, null); 526 526 } 527 527 528 public void StoreFinishedJobResultAsync(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, object userState) {528 public void StoreFinishedJobResultAsync(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, object userState) { 529 529 if ((this.onBeginStoreFinishedJobResultDelegate == null)) { 530 530 this.onBeginStoreFinishedJobResultDelegate = new BeginOperationDelegate(this.OnBeginStoreFinishedJobResult); … … 544 544 } 545 545 546 public HeuristicLab.Hive.Contracts.ResponseResultReceived ProcessSnapshot(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception) {546 public HeuristicLab.Hive.Contracts.ResponseResultReceived ProcessSnapshot(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception) { 547 547 return base.Channel.ProcessSnapshot(clientId, jobId, result, percentage, exception); 548 548 } 549 549 550 550 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 551 public System.IAsyncResult BeginProcessSnapshot(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState) {551 public System.IAsyncResult BeginProcessSnapshot(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, System.AsyncCallback callback, object asyncState) { 552 552 return base.Channel.BeginProcessSnapshot(clientId, jobId, result, percentage, exception, callback, asyncState); 553 553 } … … 560 560 private System.IAsyncResult OnBeginProcessSnapshot(object[] inValues, System.AsyncCallback callback, object asyncState) { 561 561 System.Guid clientId = ((System.Guid)(inValues[0])); 562 long jobId = ((long)(inValues[1]));562 System.Guid jobId = ((System.Guid)(inValues[1])); 563 563 byte[] result = ((byte[])(inValues[2])); 564 564 double percentage = ((double)(inValues[3])); … … 580 580 } 581 581 582 public void ProcessSnapshotAsync(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception) {582 public void ProcessSnapshotAsync(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception) { 583 583 this.ProcessSnapshotAsync(clientId, jobId, result, percentage, exception, null); 584 584 } 585 585 586 public void ProcessSnapshotAsync(System.Guid clientId, longjobId, byte[] result, double percentage, System.Exception exception, object userState) {586 public void ProcessSnapshotAsync(System.Guid clientId, System.Guid jobId, byte[] result, double percentage, System.Exception exception, object userState) { 587 587 if ((this.onBeginProcessSnapshotDelegate == null)) { 588 588 this.onBeginProcessSnapshotDelegate = new BeginOperationDelegate(this.OnBeginProcessSnapshot); … … 652 652 } 653 653 654 public HeuristicLab.Hive.Contracts.Response IsJobStillNeeded( longjobId) {654 public HeuristicLab.Hive.Contracts.Response IsJobStillNeeded(System.Guid jobId) { 655 655 return base.Channel.IsJobStillNeeded(jobId); 656 656 } 657 657 658 658 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] 659 public System.IAsyncResult BeginIsJobStillNeeded( longjobId, System.AsyncCallback callback, object asyncState) {659 public System.IAsyncResult BeginIsJobStillNeeded(System.Guid jobId, System.AsyncCallback callback, object asyncState) { 660 660 return base.Channel.BeginIsJobStillNeeded(jobId, callback, asyncState); 661 661 } … … 667 667 668 668 private System.IAsyncResult OnBeginIsJobStillNeeded(object[] inValues, System.AsyncCallback callback, object asyncState) { 669 long jobId = ((long)(inValues[0]));669 System.Guid jobId = ((System.Guid)(inValues[0])); 670 670 return this.BeginIsJobStillNeeded(jobId, callback, asyncState); 671 671 } … … 684 684 } 685 685 686 public void IsJobStillNeededAsync( longjobId) {686 public void IsJobStillNeededAsync(System.Guid jobId) { 687 687 this.IsJobStillNeededAsync(jobId, null); 688 688 } 689 689 690 public void IsJobStillNeededAsync( longjobId, object userState) {690 public void IsJobStillNeededAsync(System.Guid jobId, object userState) { 691 691 if ((this.onBeginIsJobStillNeededDelegate == null)) { 692 692 this.onBeginIsJobStillNeededDelegate = new BeginOperationDelegate(this.OnBeginIsJobStillNeeded); -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/Reference.svcmap
r1379 r1449 18 18 </ClientOptions> 19 19 <MetadataSources> 20 <MetadataSource Address="net.tcp://10.20.53. 3:9000/HiveServer/mex" Protocol="mex" SourceId="1" />20 <MetadataSource Address="net.tcp://10.20.53.7:9000/HiveServer/mex" Protocol="mex" SourceId="1" /> 21 21 </MetadataSources> 22 22 <Metadata> 23 <MetadataFile FileName="service1.wsdl" MetadataType="Wsdl" ID=" 9a3a50f8-3779-4e16-9fef-d8a373f7ff94" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />24 <MetadataFile FileName="service2.xsd" MetadataType="Schema" ID=" 735695ce-6295-4bf1-9d88-11005317d84a" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />25 <MetadataFile FileName="service3.xsd" MetadataType="Schema" ID=" bd04471f-a95e-4abf-af17-6292f4dc3482" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />26 <MetadataFile FileName="HeuristicLab.Hive.Contracts.BusinessObjects1.xsd" MetadataType="Schema" ID=" 092b1a9a-88d0-4e2b-ac02-0e6580be4547" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />27 <MetadataFile FileName="HeuristicLab.DataAccess .xsd" MetadataType="Schema" ID="7a6b32ca-8a1f-4b6a-88e8-8b1aea9167c0" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />28 <MetadataFile FileName="HeuristicLab.Hive.Contracts1.xsd" MetadataType="Schema" ID=" a0ecfa49-b2b3-4fa0-822f-720f9111893a" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />29 <MetadataFile FileName="Arrays .xsd" MetadataType="Schema" ID="c38ef568-759d-4e63-902a-2915442cb7ce" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />30 <MetadataFile FileName="System1.xsd" MetadataType="Schema" ID=" 0eba9d8e-f039-45d9-928b-146e162b1103" SourceId="1" SourceUrl="net.tcp://10.20.53.3:9000/HiveServer/mex" />23 <MetadataFile FileName="service1.wsdl" MetadataType="Wsdl" ID="ceb125d3-f4d3-4af5-8fbf-11cb3a2a2651" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 24 <MetadataFile FileName="service2.xsd" MetadataType="Schema" ID="b397e011-e88d-4a05-acb2-a7ff59cba729" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 25 <MetadataFile FileName="service3.xsd" MetadataType="Schema" ID="c410fac9-aa83-4b25-924f-896bbb7e41d9" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 26 <MetadataFile FileName="HeuristicLab.Hive.Contracts.BusinessObjects1.xsd" MetadataType="Schema" ID="3e897fc0-f222-46e3-a03a-7afd47f6419b" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 27 <MetadataFile FileName="HeuristicLab.DataAccess1.xsd" MetadataType="Schema" ID="eafbe601-c045-41f4-b2dd-7fcf4ec1feef" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 28 <MetadataFile FileName="HeuristicLab.Hive.Contracts1.xsd" MetadataType="Schema" ID="679f24c7-bc6c-45b8-a1cc-9339911bddc9" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 29 <MetadataFile FileName="Arrays1.xsd" MetadataType="Schema" ID="53f47e2f-ca2b-4f21-9457-037e222fefaf" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 30 <MetadataFile FileName="System1.xsd" MetadataType="Schema" ID="6a87c5f1-b08b-4dea-b2b3-bd10a1f13d52" SourceId="1" SourceUrl="net.tcp://10.20.53.7:9000/HiveServer/mex" /> 31 31 </Metadata> 32 32 <Extensions> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/configuration.svcinfo
r1379 r1449 6 6 </bindings> 7 7 <endpoints> 8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://10.20.53.3:9000/HiveServer/ClientCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />" contractName="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />" contractName="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" /> 9 9 </endpoints> 10 10 </configurationSnapshot> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/configuration91.svcinfo
r1379 r1449 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum=" Nwi0N5LZnU7QQwSvbAcjLVRBz9w=">2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="dvRlSnVoK7OKlonsSUHj7d3kYQ4="> 3 3 <bindingConfigurations> 4 4 <bindingConfiguration bindingType="netTcpBinding" name="NetTcpBinding_IClientCommunicator"> … … 107 107 </bindingConfigurations> 108 108 <endpoints> 109 <endpoint name="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" bindingType="netTcpBinding" address="net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator" bindingConfiguration="NetTcpBinding_IClientCommunicator">109 <endpoint name="NetTcpBinding_IClientCommunicator" contract="ServerService.IClientCommunicator" bindingType="netTcpBinding" address="net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator" bindingConfiguration="NetTcpBinding_IClientCommunicator"> 110 110 <properties> 111 111 <property path="/address" isComplexType="false" isExplicitlyDefined="true" clrType="System.Uri, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 112 <serializedValue>net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator</serializedValue>112 <serializedValue>net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator</serializedValue> 113 113 </property> 114 114 <property path="/behaviorConfiguration" isComplexType="false" isExplicitlyDefined="false" clrType="System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/service1.wsdl
r1379 r1449 189 189 <wsdl:service name="ClientFacade"> 190 190 <wsdl:port name="NetTcpBinding_IClientCommunicator" binding="tns:NetTcpBinding_IClientCommunicator"> 191 <soap12:address location="net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator" />191 <soap12:address location="net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator" /> 192 192 <wsa10:EndpointReference> 193 <wsa10:Address>net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator</wsa10:Address>193 <wsa10:Address>net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator</wsa10:Address> 194 194 </wsa10:EndpointReference> 195 195 </wsdl:port> -
trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/service2.xsd
r1379 r1449 52 52 <xs:sequence> 53 53 <xs:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="clientId" type="q7:guid" /> 54 <xs:element minOccurs="0" name="jobId" type="xs:long" />54 <xs:element xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="jobId" type="q8:guid" /> 55 55 <xs:element minOccurs="0" name="result" nillable="true" type="xs:base64Binary" /> 56 56 <xs:element minOccurs="0" name="percentage" type="xs:double" /> 57 <xs:element xmlns:q 8="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="exception" nillable="true" type="q8:Exception" />57 <xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="exception" nillable="true" type="q9:Exception" /> 58 58 </xs:sequence> 59 59 </xs:complexType> … … 62 62 <xs:complexType> 63 63 <xs:sequence> 64 <xs:element xmlns:q 9="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="StoreFinishedJobResultResult" nillable="true" type="q9:ResponseResultReceived" />64 <xs:element xmlns:q10="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="StoreFinishedJobResultResult" nillable="true" type="q10:ResponseResultReceived" /> 65 65 </xs:sequence> 66 66 </xs:complexType> … … 69 69 <xs:complexType> 70 70 <xs:sequence> 71 <xs:element xmlns:q1 0="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="clientId" type="q10:guid" />72 <xs:element minOccurs="0" name="jobId" type="xs:long" />71 <xs:element xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="clientId" type="q11:guid" /> 72 <xs:element xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="jobId" type="q12:guid" /> 73 73 <xs:element minOccurs="0" name="result" nillable="true" type="xs:base64Binary" /> 74 74 <xs:element minOccurs="0" name="percentage" type="xs:double" /> 75 <xs:element xmlns:q1 1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="exception" nillable="true" type="q11:Exception" />75 <xs:element xmlns:q13="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="exception" nillable="true" type="q13:Exception" /> 76 76 </xs:sequence> 77 77 </xs:complexType> … … 80 80 <xs:complexType> 81 81 <xs:sequence> 82 <xs:element xmlns:q1 2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="ProcessSnapshotResult" nillable="true" type="q12:ResponseResultReceived" />82 <xs:element xmlns:q14="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="ProcessSnapshotResult" nillable="true" type="q14:ResponseResultReceived" /> 83 83 </xs:sequence> 84 84 </xs:complexType> … … 87 87 <xs:complexType> 88 88 <xs:sequence> 89 <xs:element xmlns:q1 3="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="clientId" type="q13:guid" />89 <xs:element xmlns:q15="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="clientId" type="q15:guid" /> 90 90 </xs:sequence> 91 91 </xs:complexType> … … 94 94 <xs:complexType> 95 95 <xs:sequence> 96 <xs:element xmlns:q1 4="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="LogoutResult" nillable="true" type="q14:Response" />96 <xs:element xmlns:q16="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="LogoutResult" nillable="true" type="q16:Response" /> 97 97 </xs:sequence> 98 98 </xs:complexType> … … 101 101 <xs:complexType> 102 102 <xs:sequence> 103 <xs:element minOccurs="0" name="jobId" type="xs:long" />103 <xs:element xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="jobId" type="q17:guid" /> 104 104 </xs:sequence> 105 105 </xs:complexType> … … 108 108 <xs:complexType> 109 109 <xs:sequence> 110 <xs:element xmlns:q1 5="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="IsJobStillNeededResult" nillable="true" type="q15:Response" />110 <xs:element xmlns:q18="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="IsJobStillNeededResult" nillable="true" type="q18:Response" /> 111 111 </xs:sequence> 112 112 </xs:complexType> … … 115 115 <xs:complexType> 116 116 <xs:sequence> 117 <xs:element xmlns:q1 6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="pluginList" nillable="true" type="q16:ArrayOfstring" />117 <xs:element xmlns:q19="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="pluginList" nillable="true" type="q19:ArrayOfstring" /> 118 118 </xs:sequence> 119 119 </xs:complexType> … … 122 122 <xs:complexType> 123 123 <xs:sequence> 124 <xs:element xmlns:q 17="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="SendPluginsResult" nillable="true" type="q17:ResponsePlugin" />124 <xs:element xmlns:q20="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="SendPluginsResult" nillable="true" type="q20:ResponsePlugin" /> 125 125 </xs:sequence> 126 126 </xs:complexType> -
trunk/sources/HeuristicLab.Hive.Client.Communication/WcfService.cs
r1379 r1449 74 74 try { 75 75 proxy = new ClientCommunicatorClient( 76 new NetTcpBinding( ),76 new NetTcpBinding(SecurityMode.None, true), 77 77 new EndpointAddress("net.tcp://" + ServerIP + ":" + ServerPort + "/HiveServer/ClientCommunicator") 78 78 ); … … 188 188 #region SendJobResults 189 189 public event System.EventHandler<StoreFinishedJobResultCompletedEventArgs> StoreFinishedJobResultCompleted; 190 public void StoreFinishedJobResultAsync(Guid clientId, longjobId, byte[] result, double percentage, Exception exception, bool finished) {190 public void StoreFinishedJobResultAsync(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception, bool finished) { 191 191 if (ConnState == NetworkEnum.WcfConnState.Loggedin) 192 192 proxy.StoreFinishedJobResultAsync(clientId, jobId, result, percentage, exception, finished); … … 203 203 #region Processsnapshots 204 204 public event System.EventHandler<ProcessSnapshotCompletedEventArgs> ProcessSnapshotCompleted; 205 public void ProcessSnapshotAsync(Guid clientId, longjobId, byte[] result, double percentage, Exception exception, bool finished) {205 public void ProcessSnapshotAsync(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception, bool finished) { 206 206 if(ConnState == NetworkEnum.WcfConnState.Loggedin) 207 207 proxy.ProcessSnapshotAsync(clientId, jobId, result, percentage, exception); … … 248 248 #endregion */ 249 249 250 public ResponseResultReceived SendStoredJobResultsSync(Guid clientId, longjobId, byte[] result, double percentage, Exception exception, bool finished) {250 public ResponseResultReceived SendStoredJobResultsSync(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception, bool finished) { 251 251 return proxy.StoreFinishedJobResult(clientId, jobId, result, percentage, exception); 252 252 } -
trunk/sources/HeuristicLab.Hive.Client.Communication/app.config
r1379 r1449 22 22 </bindings> 23 23 <client> 24 <endpoint address="net.tcp://10.20.53. 3:9000/HiveServer/ClientCommunicator"24 <endpoint address="net.tcp://10.20.53.7:9000/HiveServer/ClientCommunicator" 25 25 binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientCommunicator" 26 26 contract="ServerService.IClientCommunicator" name="NetTcpBinding_IClientCommunicator" />
Note: See TracChangeset
for help on using the changeset viewer.