Last change
on this file since 4368 was
4368,
checked in by cneumuel, 14 years ago
|
- created HiveClient which shows an overview over all submitted HiveExperiments
- its possible to download all submitted HiveExperiments including results
- Experiments are now sent as a whole to the Hive and the Hive-Slaves take care of creating child-jobs (if necessary). The parent job is then paused and will be reactivated when all child-jobs are finished
- WcfService-Clients are now consistently managed by WcfServicePool which allows to use IDisposable-Pattern and always keeps exactly one proxy-object until all callers disposed them.
- created ProgressView which is able to lock a View and display progress of an action. It also allows to simulate progress if no progress-information is available so that users don't get too nervous while waiting.
|
File size:
701 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
---|
4 | <xs:complexType name="PersistableObject">
|
---|
5 | <xs:sequence>
|
---|
6 | <xs:element minOccurs="0" name="Id" type="ser:guid" />
|
---|
7 | </xs:sequence>
|
---|
8 | </xs:complexType>
|
---|
9 | <xs:element name="PersistableObject" nillable="true" type="tns:PersistableObject" />
|
---|
10 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.