Class ToEclipseQueue

java.lang.Object
java.io.OutputStream
com.parctechnologies.eclipse.ToEclipseQueue
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ToEclipseQueue extends OutputStream
A queue for sending data from Java to ECLiPSe. This class performs no processing of the data and cannot for example, convert to EXDR format (see EXDROutputStream for a class which can do this).

In addition to the standard methods inherited from its superclass, this class also provides the ability to attach a QueueListener object to the ToEclipseQueue, as a handler for data requests from ECLiPSe.

There is no public constructor; to access an ToEclipseQueue use the createToEclipseQueue() of an object implementing the EclipseConnection interface or the getEclipseStdin() method of an object implementing the EclipseEngine interface.