Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/08 17:22:34 (16 years ago)
Author:
kgrading
Message:

implemented the Status method for the web interface (#401)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r901 r908  
    5656      ClientConsoleServer server = new ClientConsoleServer();
    5757      server.StartClientConsoleServer(new Uri("net.tcp://127.0.0.1:8000/ClientConsole/"));
     58
     59      ConfigurationManager manager = ConfigurationManager.GetInstance();
     60      manager.Core = this;
    5861
    5962      clientCommunicator = ServiceLocator.GetClientCommunicator();
     
    155158      }
    156159    }
     160
     161    public Dictionary<long, Executor> GetExecutionEngines() {
     162      return engines;
     163    }
    157164  }
    158165}
Note: See TracChangeset for help on using the changeset viewer.