()
| 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 | } |
nothing calls this directly
no test coverage detected