|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.parctechnologies.eclipse.AsyncEclipseQueue
An asynchronous, bidirectional queue for communicating between ECLiPSe and Java. The following differences exist between a synchronous FromEclipseQueue/ToEclipseQueue and an asynchronous AsyncEclipseQueue:
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.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void close() throws java.io.IOException
java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |