#531 closed feature request (done)
Implementing new functionality for Client Communicator
Reported by: | msteinbi | Owned by: | msteinbi |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Hive.Server | Version: | 3.2 |
Keywords: | Cc: |
Description
Some new functionality that is needed by the client will be implemented
Change History (21)
comment:1 Changed 16 years ago by msteinbi
- Status changed from new to assigned
- Type changed from defect to feature request
comment:2 Changed 16 years ago by msteinbi
comment:3 Changed 16 years ago by msteinbi
Changed interface for plugin transfer (r1445)
comment:4 Changed 16 years ago by msteinbi
Replaced PluginInfo with HivePluginInfo (r1593)
comment:5 Changed 16 years ago by msteinbi
Implemented SendPlugins method (r1596)
comment:6 Changed 16 years ago by msteinbi
Added delegate for ProcessSnapshot method (r1600)
comment:7 Changed 16 years ago by msteinbi
added checks if a client really calculates the jobs, like stored in database (r1630)
comment:8 Changed 16 years ago by msteinbi
added wcf annotations to Hive Cached plugininfo (r1637)
comment:9 Changed 16 years ago by msteinbi
added setter for plugin response (r1641)
comment:10 Changed 16 years ago by msteinbi
corrected setter for Hive Cached plugin info (r1643)
comment:11 Changed 16 years ago by msteinbi
time to life added for new assigned jobs (r1752)
comment:12 Changed 16 years ago by msteinbi
fixed null pointer exception in logout (r1760)
comment:13 Changed 16 years ago by msteinbi
fixed null pointer exception in abort (r1762)
comment:14 Changed 16 years ago by msteinbi
new functionality for snapshot requesting (r1770)
comment:15 Changed 16 years ago by msteinbi
adapted handling of snapshot requests (r1772)
comment:16 Changed 15 years ago by msteinbi
added pending jobs functionality (r1998)
comment:17 Changed 15 years ago by msteinbi
commit was missing after send job (r2097)
comment:18 Changed 15 years ago by msteinbi
removed check for version when sending plugins (r2098)
comment:19 Changed 15 years ago by msteinbi
- Resolution set to fixed
- Status changed from assigned to closed
comment:20 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
splited ProcessJobResult into two methods (StoreFinishedJobResult, ProcessSnapshot) (r1374)