Package org.jboss.web.tomcat.service.sso.jbc

Examples of org.jboss.web.tomcat.service.sso.jbc.JBossCacheSSOClusterManager.removeSession()


      Session sess2 = new MockSession(localSessMgr2, "1");
      localSSOManager.addSession("1", getFullyQualifiedSessionId(sess2));
     
      assertEquals(2, localSSOManager.getSessionCount("1"));
     
      localSSOManager.removeSession("1", getFullyQualifiedSessionId(sess2));
     
      assertEquals(1, localSSOManager.getSessionCount("1"));
   }
  
   private CacheManager getCacheManager() throws Exception
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.