()
| 194 | } |
| 195 | |
| 196 | public void start() { |
| 197 | startLocalCheck(); |
| 198 | providerApp.builtinModules.put(this.getFullName(), this); |
| 199 | var hotManager = providerApp.zeze.getHotManager(); |
| 200 | if (null != hotManager) |
| 201 | hotManager.addHotUpgrade(this); |
| 202 | } |
| 203 | |
| 204 | public void setLocalActiveTimeout(long timeout) { |
| 205 | lock(); |
nothing calls this directly
no test coverage detected