Searched refs:pendingInvocations (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java77 private IntMap<Invocation> pendingInvocations = new IntMap<Invocation>(); field in class:ObjectStore
222 pendingInvocations.put(call.invocationId, invoke);
244 pendingInvocations.remove(call.invocationId);
308 Invocation invoke = pendingInvocations.get(retMsg.invocationID);

Completed in 223 milliseconds