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

Method stop

ZezeJava/ZezeJavaTest/src/demo/SimpleApp.java:81–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 public void stop() throws Exception {
82 if (providerApp != null) {
83 providerApp.providerImplement.stop();
84 providerApp.providerDirectService.stop();
85 providerApp.providerService.stop();
86 providerApp = null;
87 }
88 if (rank != null) {
89 rank.UnRegister();
90 rank = null;
91 }
92// if (bag != null) {
93// bag.UnRegister();
94// bag = null;
95// }
96 if (zeze != null) {
97 zeze.stop();
98 zeze = null;
99 }
100 }
101}

Callers

nothing calls this directly

Calls 2

stopMethod · 0.65
UnRegisterMethod · 0.65

Tested by

no test coverage detected