Examples of saveHttpSession()


Examples of org.g4studio.system.admin.service.MonitorService.saveHttpSession()

    ht.put(session.getId(), session);
    Reader g4Reader = (Reader)SpringBeanLoader.getSpringBean("g4Reader");
    MonitorService monitorService = (MonitorService)SpringBeanLoader.getSpringBean("monitorService");
    UserInfoVo usInfo = (UserInfoVo)g4Reader.queryForObject("Monitor.queryHttpSessionsByID", session.getId());
    if(G4Utils.isEmpty(usInfo)){
      monitorService.saveHttpSession(userInfo);
    }
  }

  /**
   * 返回全部session对象集合
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.