HomeSort by relevance Sort by last modified time
    Searched refs:tempId (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 148 long tempId = System.currentTimeMillis() + System.nanoTime();
155 reg.setId(tempId);
164 reg.setId(tempId);
357 protected void configureChannels( long tempId, int[] ports ) {
371 reg.setId(tempId);
DefaultServer.java 316 long tempId = m.getId();
319 Connection c = connecting.remove(tempId);
371 connecting.put(tempId, c);

Completed in 332 milliseconds