Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 14:46:57 (16 years ago)
Author:
kgrading
Message:

added licence information and comments (#467)

Location:
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs

    r1087 r1132  
    322322        HeuristicLab.Hive.Client.Console.ClientService.StatusCommons EndGetStatusInfos(System.IAsyncResult result);
    323323       
    324         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse")]
    325         HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetConnection();
    326        
    327         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse")]
    328         System.IAsyncResult BeginGetConnection(System.AsyncCallback callback, object asyncState);
    329        
    330         HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer EndGetConnection(System.IAsyncResult result);
    331        
    332324        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/SetConnectionResponse")]
    333325        void SetConnection(HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer container);
     
    388380    [System.Diagnostics.DebuggerStepThroughAttribute()]
    389381    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
    390     public partial class GetConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
    391        
    392         private object[] results;
    393        
    394         public GetConnectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
    395                 base(exception, cancelled, userState) {
    396             this.results = results;
    397         }
    398        
    399         public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer Result {
    400             get {
    401                 base.RaiseExceptionIfNecessary();
    402                 return ((HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer)(this.results[0]));
    403             }
    404         }
    405     }
    406    
    407     [System.Diagnostics.DebuggerStepThroughAttribute()]
    408     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
    409382    public partial class GetCurrentConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
    410383       
     
    434407        private System.Threading.SendOrPostCallback onGetStatusInfosCompletedDelegate;
    435408       
    436         private BeginOperationDelegate onBeginGetConnectionDelegate;
    437        
    438         private EndOperationDelegate onEndGetConnectionDelegate;
    439        
    440         private System.Threading.SendOrPostCallback onGetConnectionCompletedDelegate;
    441        
    442409        private BeginOperationDelegate onBeginSetConnectionDelegate;
    443410       
     
    484451       
    485452        public event System.EventHandler<GetStatusInfosCompletedEventArgs> GetStatusInfosCompleted;
    486        
    487         public event System.EventHandler<GetConnectionCompletedEventArgs> GetConnectionCompleted;
    488453       
    489454        public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> SetConnectionCompleted;
     
    543508        }
    544509       
    545         public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetConnection() {
    546             return base.Channel.GetConnection();
    547         }
    548        
    549         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
    550         public System.IAsyncResult BeginGetConnection(System.AsyncCallback callback, object asyncState) {
    551             return base.Channel.BeginGetConnection(callback, asyncState);
    552         }
    553        
    554         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
    555         public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer EndGetConnection(System.IAsyncResult result) {
    556             return base.Channel.EndGetConnection(result);
    557         }
    558        
    559         private System.IAsyncResult OnBeginGetConnection(object[] inValues, System.AsyncCallback callback, object asyncState) {
    560             return this.BeginGetConnection(callback, asyncState);
    561         }
    562        
    563         private object[] OnEndGetConnection(System.IAsyncResult result) {
    564             HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer retVal = this.EndGetConnection(result);
    565             return new object[] {
    566                     retVal};
    567         }
    568        
    569         private void OnGetConnectionCompleted(object state) {
    570             if ((this.GetConnectionCompleted != null)) {
    571                 InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
    572                 this.GetConnectionCompleted(this, new GetConnectionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
    573             }
    574         }
    575        
    576         public void GetConnectionAsync() {
    577             this.GetConnectionAsync(null);
    578         }
    579        
    580         public void GetConnectionAsync(object userState) {
    581             if ((this.onBeginGetConnectionDelegate == null)) {
    582                 this.onBeginGetConnectionDelegate = new BeginOperationDelegate(this.OnBeginGetConnection);
    583             }
    584             if ((this.onEndGetConnectionDelegate == null)) {
    585                 this.onEndGetConnectionDelegate = new EndOperationDelegate(this.OnEndGetConnection);
    586             }
    587             if ((this.onGetConnectionCompletedDelegate == null)) {
    588                 this.onGetConnectionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConnectionCompleted);
    589             }
    590             base.InvokeAsync(this.onBeginGetConnectionDelegate, null, this.onEndGetConnectionDelegate, this.onGetConnectionCompletedDelegate, userState);
    591         }
    592        
    593510        public void SetConnection(HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer container) {
    594511            base.Channel.SetConnection(container);
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration.svcinfo

    r954 r1132  
    66  </bindings>
    77  <endpoints>
    8     <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08004@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08004@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />
     8    <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08003@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08003@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />
    99  </endpoints>
    1010</configurationSnapshot>
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration91.svcinfo

    r954 r1132  
    11<?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="LJHqHAg9UO+arib7mQMPUcNSFqQ=">
     2<SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="hpOV9r43IeNDEU5uqNBUck5ld7s=">
    33  <bindingConfigurations>
    44    <bindingConfiguration bindingType="netTcpBinding" name="NetTcpBinding_IClientConsoleCommunicator">
     
    137137        </property>
    138138        <property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    139           <serializedValue>mse08004@fhs-hagenberg.ac.at</serializedValue>
     139          <serializedValue>mse08003@fhs-hagenberg.ac.at</serializedValue>
    140140        </property>
    141141        <property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.wsdl

    r1087 r1132  
    4848    <wsdl:part name="parameters" element="tns:GetStatusInfosResponse" />
    4949  </wsdl:message>
    50   <wsdl:message name="IClientConsoleCommunicator_GetConnection_InputMessage">
    51     <wsdl:part name="parameters" element="tns:GetConnection" />
    52   </wsdl:message>
    53   <wsdl:message name="IClientConsoleCommunicator_GetConnection_OutputMessage">
    54     <wsdl:part name="parameters" element="tns:GetConnectionResponse" />
    55   </wsdl:message>
    5650  <wsdl:message name="IClientConsoleCommunicator_SetConnection_InputMessage">
    5751    <wsdl:part name="parameters" element="tns:SetConnection" />
     
    8377      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfosResponse" message="tns:IClientConsoleCommunicator_GetStatusInfos_OutputMessage" />
    8478    </wsdl:operation>
    85     <wsdl:operation name="GetConnection">
    86       <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection" message="tns:IClientConsoleCommunicator_GetConnection_InputMessage" />
    87       <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse" message="tns:IClientConsoleCommunicator_GetConnection_OutputMessage" />
    88     </wsdl:operation>
    8979    <wsdl:operation name="SetConnection">
    9080      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection" message="tns:IClientConsoleCommunicator_SetConnection_InputMessage" />
     
    110100    <wsdl:operation name="GetStatusInfos">
    111101      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" style="document" />
    112       <wsdl:input>
    113         <soap12:body use="literal" />
    114       </wsdl:input>
    115       <wsdl:output>
    116         <soap12:body use="literal" />
    117       </wsdl:output>
    118     </wsdl:operation>
    119     <wsdl:operation name="GetConnection">
    120       <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetConnection" style="document" />
    121102      <wsdl:input>
    122103        <soap12:body use="literal" />
     
    169150        <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
    170151        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
    171           <Upn>mse08004@fhs-hagenberg.ac.at</Upn>
     152          <Upn>mse08003@fhs-hagenberg.ac.at</Upn>
    172153        </Identity>
    173154      </wsa10:EndpointReference>
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.xsd

    r1087 r1132  
    1414    </xs:complexType>
    1515  </xs:element>
    16   <xs:element name="GetConnection">
    17     <xs:complexType>
    18       <xs:sequence />
    19     </xs:complexType>
    20   </xs:element>
    21   <xs:element name="GetConnectionResponse">
    22     <xs:complexType>
    23       <xs:sequence>
    24         <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetConnectionResult" nillable="true" type="q2:ConnectionContainer" />
    25       </xs:sequence>
    26     </xs:complexType>
    27   </xs:element>
    2816  <xs:element name="SetConnection">
    2917    <xs:complexType>
    3018      <xs:sequence>
    31         <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="container" nillable="true" type="q3:ConnectionContainer" />
     19        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="container" nillable="true" type="q2:ConnectionContainer" />
    3220      </xs:sequence>
    3321    </xs:complexType>
     
    5644    <xs:complexType>
    5745      <xs:sequence>
    58         <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetCurrentConnectionResult" nillable="true" type="q4:ConnectionContainer" />
     46        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetCurrentConnectionResult" nillable="true" type="q3:ConnectionContainer" />
    5947      </xs:sequence>
    6048    </xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.