()
| 110 | } |
| 111 | |
| 112 | public void start() throws ParseException { |
| 113 | // 全局一个timer实例,会忽略重复注册调用。 |
| 114 | // 不取消。 |
| 115 | zeze.getTimer().scheduleNamed(GlobalHttpSessionExpiredTimer, "0 0 5 * * ?", ExpiredTimer.class, null); |
| 116 | } |
| 117 | |
| 118 | public void stop() { |
| 119 | zeze.getAppBase().removeModule(this); |
nothing calls this directly
no test coverage detected