Package org.jcsp.net.dynamic
Class JFTP.QueuedClassLoaderProcess
java.lang.Object
org.jcsp.net.dynamic.JFTP.QueuedClassLoaderProcess
- All Implemented Interfaces:
CSProcess
- Enclosing class:
- JFTP
Child process spawned by the
run()
method of JFTP
to retrieve a class
that has been queued for output to another node.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelInput
private final ChannelOutput
private final ChannelOutput
private final ChannelOutput
-
Constructor Summary
ConstructorsConstructorDescriptionQueuedClassLoaderProcess
(ChannelInput classIn, ChannelOutput notifyOut, ChannelOutput queueOut, ChannelOutput flushOut) -
Method Summary
-
Field Details
-
classIn
-
notifyOut
-
queueOut
-
flushOut
-
-
Constructor Details
-
QueuedClassLoaderProcess
public QueuedClassLoaderProcess(ChannelInput classIn, ChannelOutput notifyOut, ChannelOutput queueOut, ChannelOutput flushOut)
-
-
Method Details