Examples of untrack()


Examples of org.osforce.connect.service.tracker.UserTracker.untrack()

  public void attributeRemoved(HttpSessionBindingEvent se) {
    // user tracker
    UserTracker userTracker = getWebApplicationContext(se).getBean(UserTracker.class);
    if(AttributeKeys.USER_ID_KEY.equals(se.getName())) {
      userTracker.untrack(se.getName(), se.getValue());
    }
  }

  public void attributeReplaced(HttpSessionBindingEvent se) {
  }
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.