Package com.goodow.realtime.channel.util

Examples of com.goodow.realtime.channel.util.IdGenerator


  private void beginCreationCompoundOperation() {
    beginCompoundOperation("initialize");
  }

  private String generateObjectId() {
    return "gde" + new IdGenerator().next(14);
  }
View Full Code Here

TOP

Related Classes of com.goodow.realtime.channel.util.IdGenerator

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.