MCPcopy Create free account
hub / github.com/e2wugui/zeze / Stop

Method Stop

ZezeJava/ZezexJava/linkd/src/Zezex/App.java:96–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public void Stop() throws Exception {
97 stopService(); // 关闭网络
98 httpServer.close();
99 if (Zeze != null)
100 Zeze.stop(); // 关闭数据库
101 stopModules(); // 关闭模块,卸载配置什么的。
102 destroyModules();
103 destroyServices();
104 destroyZeze();
105 }
106
107 // ZEZE_FILE_CHUNK {{{ GEN APP @formatter:off
108 public Zeze.Application Zeze;

Callers 3

mainMethod · 0.95
mainMethod · 0.45
stopModulesMethod · 0.45

Calls 7

stopServiceMethod · 0.95
stopModulesMethod · 0.95
destroyModulesMethod · 0.95
destroyServicesMethod · 0.95
destroyZezeMethod · 0.95
closeMethod · 0.65
stopMethod · 0.65

Tested by

no test coverage detected