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

/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnectionImpl.java61 private Map toEclipseQueueRegister = new HashMap(); field in class:EclipseConnectionImpl
173 Collection toEclipseQueues = new LinkedList(toEclipseQueueRegister.values());
234 return (ToEclipseQueue) toEclipseQueueRegister.get(new Integer(id));
259 toEclipseQueueRegister.put(new Integer(id), outputQueue);
283 toEclipseQueueRegister.remove(new Integer(id));

Completed in 80 milliseconds