Package org.beangle.security.monitor

Examples of org.beangle.security.monitor.OnlineActivity


  public OnlineActivity getOnlineActivity(String sessionId) {
    return null;
  }

  public void refreshLastRequest(String sessionId) {
    OnlineActivity info = getOnlineActivity(sessionId);
    if (info != null) {
      info.refreshLastRequest();
    }
  }
View Full Code Here

TOP

Related Classes of org.beangle.security.monitor.OnlineActivity

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.