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

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java145 public AsyncEclipseQueue getAsyncEclipseQueue(String name) throws EclipseException, IOException; method in interface:EclipseConnection
H A DEclipseMultitaskConnectionImpl.java112 public AsyncEclipseQueue getAsyncEclipseQueue(String name) throws EclipseException, IOException { method in class:EclipseMultitaskConnectionImpl
113 return eclipse.getAsyncEclipseQueue(name);
H A DOutOfProcessEclipse.java384 public AsyncEclipseQueue getAsyncEclipseQueue(String name) throws EclipseException, IOException method in class:OutOfProcessEclipse
386 return(eclipseConnection.getAsyncEclipseQueue(name));
H A DEmbeddedEclipse.java565 public synchronized AsyncEclipseQueue getAsyncEclipseQueue(String name) method in class:EmbeddedEclipse
H A DEclipseConnectionImpl.java487 public synchronized AsyncEclipseQueue getAsyncEclipseQueue(String name) method in class:EclipseConnectionImpl
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex955 constructors. Instead, we invoke {\tt getAsyncEclipseQueue}.
964 eclipse.getAsyncEclipseQueue("java_eclipse_async");
975 queue, it is returned, so the {\tt getAsyncEclipseQueue}

Completed in 104 milliseconds