()
| 341 | } |
| 342 | |
| 343 | public void stopService() throws Exception { |
| 344 | lock(); |
| 345 | try { |
| 346 | if (Server != null) |
| 347 | Server.stop(); |
| 348 | if (ServerDirect != null) |
| 349 | ServerDirect.stop(); |
| 350 | } finally { |
| 351 | unlock(); |
| 352 | } |
| 353 | } |
| 354 | |
| 355 | public static void distributeHot(Zeze.Hot.Distribute distribute) throws Exception { |
| 356 | var hotModules = new java.util.HashSet<String>(); |