- Timestamp:
- 03/12/10 10:57:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.Core/3.2/InternalInterfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/InternalInterfaces/IInternalJobManager.cs
r2117 r3011 29 29 namespace HeuristicLab.Hive.Server.Core.InternalInterfaces { 30 30 interface IInternalJobManager { 31 void ResetJobsDependingOnResults(Job job);31 void ResetJobsDependingOnResults(JobDto job); 32 32 33 33 Stream GetJobStreamById(Guid jobId); -
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/InternalInterfaces/IScheduler.cs
r1334 r3011 29 29 public interface IScheduler { 30 30 bool ExistsJobForClient(HeartBeatData hbData); 31 Job GetNextJobForClient(Guid clientId);31 JobDto GetNextJobForClient(Guid clientId); 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.