Package com.im.imjutil.util

Examples of com.im.imjutil.util.Runner


    }
    this.implementation = implementation;
    this.time = (30 * 60); // 30 minutos em segundos
    this.table = new HashMap<String, Session>();
    this.keygen = Sequence.getInstance(SequenceType.HASH);
    this.runner = new Runner(this);
    this.runner.setContinuous();
    this.runner.setSleep(1000);
  }
View Full Code Here

TOP

Related Classes of com.im.imjutil.util.Runner

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.