Changeset 384
- Timestamp:
- 07/12/08 11:50:43 (16 years ago)
- Location:
- branches/Collections/sources
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Collections/sources/HeuristicLab.CEDMA.Core/AgentList.cs
r377 r384 33 33 namespace HeuristicLab.CEDMA.Core { 34 34 public class AgentList : ItemBase, IAgentList { 35 private string serverUri;36 35 private List<IAgent> agentList; 37 36 private IDatabase database; -
branches/Collections/sources/HeuristicLab.CEDMA.Core/AgentListView.cs
r377 r384 31 31 namespace HeuristicLab.CEDMA.Core { 32 32 public partial class AgentListView : ViewBase { 33 private ChooseItemDialog chooseItemDialog;34 35 33 public IAgentList AgentList { 36 34 get { return (IAgentList)Item; } -
branches/Collections/sources/HeuristicLab.CEDMA.Core/Console.cs
r377 r384 53 53 } 54 54 55 public IView CreateView() {55 public override IView CreateView() { 56 56 return new ConsoleEditor(this); 57 57 } -
branches/Collections/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r377 r384 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 97 93 <Name>HeuristicLab.Core</Name> 98 94 </ProjectReference> 95 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 96 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 97 <Name>HeuristicLab.PluginInfrastructure</Name> 98 </ProjectReference> 99 99 </ItemGroup> 100 100 <ItemGroup> -
branches/Collections/sources/HeuristicLab.CEDMA.Core/IAgent.cs
r377 r384 32 32 ProcessStatus Status { get; } 33 33 IOperatorGraph OperatorGraph { get; } 34 void Save();35 34 void Activate(); 36 35 } -
branches/Collections/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj
r375 r384 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 69 65 <None Include="HeuristicLab.snk" /> 70 66 </ItemGroup> 67 <ItemGroup> 68 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 69 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 70 <Name>HeuristicLab.PluginInfrastructure</Name> 71 </ProjectReference> 72 </ItemGroup> 71 73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 72 74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/Collections/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj
r373 r384 36 36 </PropertyGroup> 37 37 <ItemGroup> 38 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">39 <SpecificVersion>False</SpecificVersion>40 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>41 </Reference>42 38 <Reference Include="System" /> 43 39 <Reference Include="System.Core"> … … 76 72 <Name>HeuristicLab.CEDMA.DB.Interfaces</Name> 77 73 </ProjectReference> 74 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 75 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 76 <Name>HeuristicLab.PluginInfrastructure</Name> 77 </ProjectReference> 78 78 <ProjectReference Include="..\HeuristicLab.SQLite\HeuristicLab.SQLite.csproj"> 79 79 <Project>{6960CBCD-E44B-49B0-BA86-671091C42C36}</Project> -
branches/Collections/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj
r377 r384 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.0.0.316, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">37 <SpecificVersion>False</SpecificVersion>38 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>39 </Reference>40 36 <Reference Include="System" /> 41 37 <Reference Include="System.Core"> … … 82 78 <Name>HeuristicLab.Data</Name> 83 79 </ProjectReference> 80 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 81 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 82 <Name>HeuristicLab.PluginInfrastructure</Name> 83 </ProjectReference> 84 84 </ItemGroup> 85 85 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/Collections/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs
r299 r384 37 37 public class DistributedEngine : EngineBase, IEditable { 38 38 private JobManager jobManager; 39 private CompositeOperation waitingOperations;40 39 private string serverAddress; 41 40 public string ServerAddress { -
branches/Collections/sources/HeuristicLab.Grid/ClientForm.cs
r252 r384 111 111 try { 112 112 gotEngine = engineStore.TryTakeEngine(out currentGuid, out engineXml); 113 } catch(TimeoutException timeoutException) {113 } catch(TimeoutException) { 114 114 currentEngine = null; 115 115 currentGuid = Guid.Empty; … … 117 117 fetchOperationTimer.Interval = 5000; 118 118 fetchOperationTimer.Start(); 119 } catch(CommunicationException communicationException) {119 } catch(CommunicationException) { 120 120 // connection problem -> reset connection and start the timer again 121 121 ResetConnection(); … … 155 155 engineStore.StoreResult(currentGuid, resultXml); 156 156 success = true; 157 } catch(TimeoutException timeoutException) {157 } catch(TimeoutException) { 158 158 success = false; 159 159 retries++; 160 160 Thread.Sleep(TimeSpan.FromSeconds(CONNECTION_RETRY_TIMEOUT_SEC)); 161 } catch(CommunicationException communicationException) {161 } catch(CommunicationException) { 162 162 ResetConnection(); 163 163 success = false; -
branches/Collections/sources/HeuristicLab.Grid/JobManager.cs
r379 r384 189 189 } 190 190 return; 191 } catch(TimeoutException timeoutException) {192 retries++; 193 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 194 } catch(CommunicationException communicationException) {191 } catch(TimeoutException) { 192 retries++; 193 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 194 } catch(CommunicationException) { 195 195 ResetConnection(); 196 196 retries++; … … 208 208 return zippedResult; 209 209 } 210 } catch(TimeoutException timeoutException) {211 retries++; 212 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 213 } catch(CommunicationException communicationException) {210 } catch(TimeoutException) { 211 retries++; 212 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 213 } catch(CommunicationException) { 214 214 ResetConnection(); 215 215 retries++; … … 229 229 return jobState; 230 230 } 231 } catch(TimeoutException timeoutException) {232 retries++; 233 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 234 } catch(CommunicationException communicationException) {231 } catch(TimeoutException) { 232 retries++; 233 Thread.Sleep(TimeSpan.FromSeconds(RETRY_TIMEOUT_SEC)); 234 } catch(CommunicationException) { 235 235 ResetConnection(); 236 236 retries++; -
branches/Collections/sources/HeuristicLab.Grid/ProcessingEngine.cs
r268 r384 63 63 try { 64 64 next = atomicOperation.Operator.Execute(atomicOperation.Scope); 65 } catch(Exception ex) {65 } catch(Exception) { 66 66 // push operation on stack again 67 67 myExecutionStack.Push(atomicOperation); -
branches/Collections/sources/HeuristicLab.PluginInfrastructure.GUI/PluginAction.cs
r8 r384 65 65 // this method is not defined for actions other than "Install" and "Remove" 66 66 throw new InvalidOperationException(); 67 return "";68 67 } 69 68 } -
branches/Collections/sources/HeuristicLab.PluginInfrastructure/Loader.cs
r242 r384 95 95 try { 96 96 return Assembly.ReflectionOnlyLoad(args.Name); 97 } catch(FileLoadException ex) {97 } catch(FileLoadException) { 98 98 return null; 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.