Package org.jrest4guice.rest.commons.sna

Examples of org.jrest4guice.rest.commons.sna.SNASessionHelper


      }
      this.cacheProvider.setCacheServers(cacheServers);
      // this.cacheProvider.setExpiryTime(this.sessionTimeOut*1000);

      // 初始化SNA会话助手
      this.helper = new SNASessionHelper(this.cacheProvider);
    }
  }
View Full Code Here

TOP

Related Classes of org.jrest4guice.rest.commons.sna.SNASessionHelper

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.