()
| 236 | } |
| 237 | |
| 238 | public void destroyModules() throws Exception { |
| 239 | lock(); |
| 240 | try { |
| 241 | Game_Rank = null; |
| 242 | Game_Map = null; |
| 243 | if (null != Zeze.getHotManager()) { |
| 244 | Zeze.getHotManager().destroyModules(); |
| 245 | Zeze.setHotManager(null); |
| 246 | } |
| 247 | modules.clear(); |
| 248 | } finally { |
| 249 | unlock(); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | public void destroyServices() { |
| 254 | lock(); |
no test coverage detected