haStorePoolUpperSize, haStorePoolPollTime,
sipSessionStoreFactory);
mgr.setSipSessionStorePool(sipSessionStorePool);
// ServletTimer StorePool
StoreFactory servletTimerStoreFactory = new ServletTimerStoreFactory();
StorePool servletTimerStorePool = new StorePool(haStorePoolSize,
haStorePoolUpperSize, haStorePoolPollTime,
servletTimerStoreFactory);
mgr.setServletTimerStorePool(servletTimerStorePool);