Package org.coweb.oe

Examples of org.coweb.oe.OperationEngine


  public OperationEngineHandler(SessionHandler sessionHandler, int siteId) throws OperationEngineException {
   
    this.sessionHandler = sessionHandler;
   
    //create the op engine.
    this.engine = new OperationEngine(siteId);
    this.engine.freezeSite(0);
   
    //schedule the purge thread.
    this.purgeTimer = new Timer();
    this.purgeTask = new PurgeTask();
View Full Code Here

TOP

Related Classes of org.coweb.oe.OperationEngine

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.