Package com.firefly.schedule.core.support.handler

Examples of com.firefly.schedule.core.support.handler.HeartMonitorHandler


            if(config.getOpenHeart()){
              // 加入心跳监控
                joinHeartMonitor();

                // 开启心跳
                service.scheduleWithFixedDelay(new HeartMonitorHandler(config), 0, config.getHeartBeat(), TimeUnit.MILLISECONDS);
            }
           
            DBManager.commit();
        } catch (Exception e) {
            DBManager.rollback();
View Full Code Here

TOP

Related Classes of com.firefly.schedule.core.support.handler.HeartMonitorHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.