Examples of calcOnlineTime()


Examples of org.beangle.security.auth.session.SessionActivity.calcOnlineTime()

    record.setLoginAt(info.getLoginAt());
    record.setHost(info.getHost());
    record.setLastAccessAt(info.getLastAccessAt());
    record.setLogoutAt(new Timestamp(System.currentTimeMillis()));
    record.setRemark(info.getRemark());
    record.calcOnlineTime();
    entityDao.saveOrUpdate(record);
  }

}
View Full Code Here

Examples of org.beangle.security.monitor.auth.session.SessionActivity.calcOnlineTime()

    record.setLoginAt(info.getLoginAt());
    record.setHost(info.getHost());
    record.setLastAccessAt(info.getLastAccessAt());
    record.setLogoutAt(new Timestamp(System.currentTimeMillis()));
    record.setRemark(info.getRemark());
    record.calcOnlineTime();
    entityDao.saveOrUpdate(record);
  }

}
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.