Examples of XStreamSessionFactory


Examples of org.eclipse.jetty.nosql.kvs.session.xstream.XStreamSessionFactory

import org.eclipse.jetty.nosql.kvs.session.AbstractSessionFactory;

public class XStreamFactoryTest extends AbstractFactoryTest {
  @Override
  public AbstractSessionFactory createFactory() {
    return new XStreamSessionFactory();
  }
View Full Code Here

Examples of org.eclipse.jetty.nosql.kvs.session.xstream.XStreamSessionFactory

        }
       
        manager.setSavePeriod(1);
        manager.setStalePeriod(0);
        manager.setSaveAllAttributes(_saveAllAttributes);
        manager.setSessionFactory(new XStreamSessionFactory());
        //manager.setScavengePeriod((int)TimeUnit.SECONDS.toMillis(_scavengePeriod));
        return manager;
    }
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.