()
| 226 | } |
| 227 | |
| 228 | public void stopBeforeModules() throws Exception { |
| 229 | lock(); |
| 230 | try { |
| 231 | if (Zezex_Linkd != null) |
| 232 | Zezex_Linkd.StopBefore(); |
| 233 | } finally { |
| 234 | unlock(); |
| 235 | } |
| 236 | } |
| 237 | |
| 238 | public void startService() throws Exception { |
| 239 | lock(); |
nothing calls this directly
no test coverage detected