new HAStorePool(haStorePoolSize, haStorePoolUpperSize,
haStorePoolPollTime, haStoreFactory);
mgr.setHAStorePool(storePool);
*/
StoreFactory haStoreFactory = new HAAttributeStoreFactory();
_logger.finest("haStoreFactory : "+haStoreFactory.getClass());
StorePool storePool =
new StorePool(haStorePoolSize, haStorePoolUpperSize,
haStorePoolPollTime, haStoreFactory);
mgr.setStorePool(storePool);