Mercurial > hg > Database > Christie
comparison src/main/java/christie/codegear/CodeGearManager.java @ 14:f2b30b47ef67
RemotePutTest is working
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 11 Jan 2018 18:02:59 +0900 |
parents | bcd4f2c19185 |
children | 4e867538adb7 |
comparison
equal
deleted
inserted
replaced
13:bcd4f2c19185 | 14:f2b30b47ef67 |
---|---|
28 threadPoolExecutor = exe; | 28 threadPoolExecutor = exe; |
29 this.conf = conf; | 29 this.conf = conf; |
30 new ChristieDaemon(conf, this).listen();//run only first time | 30 new ChristieDaemon(conf, this).listen();//run only first time |
31 } | 31 } |
32 | 32 |
33 public LocalDataGearManager getDGM(){ | 33 public LocalDataGearManager getLocalDGM(){ |
34 return localDGM; | 34 return localDGM; |
35 } | 35 } |
36 | 36 |
37 public DataGearManager getDGM(String dsmName){ | 37 public DataGearManager getDGM(String dsmName){ |
38 return dataGearManagers.get(dsmName); | 38 return dataGearManagers.get(dsmName); |