Package org.groovymud.object.registry

Examples of org.groovymud.object.registry.Registry.addMudObject()


      obj.setName("wombat" + x);

      if (reg.getMudObjects().size() % 1000 == 0) {
        System.out.println("objects.size: " + reg.getMudObjects().size());
      }
      reg.addMudObject(obj);
      Thread.yield();
    }

    Thread.sleep(10000);
    for (int x = 0; x < 10000000; x++) {
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.