Last change
on this file since 5095 was
5095,
checked in by cneumuel, 14 years ago
|
#1233
- fixed config merge process
- worked on hive server test setup
|
File size:
418 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.Services.Hive.DataAccess;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Services.Hive {
|
---|
8 | public interface IServiceLocator {
|
---|
9 |
|
---|
10 | IAuthorizationManager AuthorizationManager { get; }
|
---|
11 | IHiveDao HiveDao { get; }
|
---|
12 | ILifecycleManager LifecycleManager { get; }
|
---|
13 | TransactionManager TransactionManager { get; }
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.