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

/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample1.java75 java_to_eclipse = eclipse.getToEclipseQueue("java_to_eclipse");
H A DQueueExample2.java70 java_to_eclipse = eclipse.getToEclipseQueue("java_to_eclipse");
H A DEclipseMapColourer.java827 continueQueue = eclipse.getToEclipseQueue("continue");
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java120 public ToEclipseQueue getToEclipseQueue(String name) throws EclipseException, IOException; method in interface:EclipseConnection
H A DOutOfProcessEclipse.java112 stdin = eclipseConnection.getToEclipseQueue("joop_stdin");
379 public ToEclipseQueue getToEclipseQueue(String name) throws EclipseException, IOException method in class:OutOfProcessEclipse
381 return(eclipseConnection.getToEclipseQueue(name));
H A DEclipseMultitaskConnectionImpl.java108 public ToEclipseQueue getToEclipseQueue(String name) throws EclipseException, IOException { method in class:EclipseMultitaskConnectionImpl
109 return eclipse.getToEclipseQueue(name);
H A DEclipseConnectionImpl.java445 public synchronized ToEclipseQueue getToEclipseQueue(String name) method in class:EclipseConnectionImpl
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClient.java510 interest_stream = eclipse.getToEclipseQueue(interest_stream_name);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex658 getToEclipseQueue}. This asks the {\it EclipseConnection} object for a
667 eclipse.getToEclipseQueue("java_to_eclipse");
679 getToEclipseQueue} methods can also be used to retrieve the queue
793 java_to_eclipse = eclipse.getToEclipseQueue("java_to_eclipse");

Completed in 99 milliseconds