public class AsyncEclipseQueue
extends java.lang.Object
createAsyncEclipseQueue() of an object implementing
the EclipseConnection interface. But note that asynchronous
queues are only implemented by the RemoteEclipse and OutOfProcessEclipse
implementations, not the EmbeddedEclipse variant.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the queue (both eclipse and Java sides)
|
java.io.InputStream |
getInputStream()
Gets the InputStream associated with the (bidirectional)
AsyncEclipseQueue.
|
java.io.OutputStream |
getOutputStream()
Gets the OutputStream associated with the (bidirectional)
AsyncEclipseQueue.
|
public void close()
throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException