Uses of Interface
jist.runtime.RemoteIO.RemoteOutputStreamRemote

Packages that use RemoteIO.RemoteOutputStreamRemote
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
 

Uses of RemoteIO.RemoteOutputStreamRemote in jist.runtime
 

Classes in jist.runtime that implement RemoteIO.RemoteOutputStreamRemote
static class RemoteIO.RemoteOutputStreamReceiver
          Remote-side of remote output stream.
static class RemoteIO.RemoteOutputStreamReceiverLocal
          LOCAL remote output stream.
 

Methods in jist.runtime that return RemoteIO.RemoteOutputStreamRemote
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClientRemote.getStdErr()
          Return remote stderr.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClient.getStdErr()
          Return remote stderr.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClientLocal.getStdErr()
          Return remote stderr.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JobQueueServerRemote.getStdOut()
          Return RMI handle to queue standard output stream.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JobQueueServer.getStdOut()
          Return RMI handle to queue standard output stream.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClientRemote.getStdOut()
          Return remote stdout.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClient.getStdOut()
          Return remote stdout.
 RemoteIO.RemoteOutputStreamRemote RemoteJist.JistClientLocal.getStdOut()
          Return remote stdout.
 

Constructors in jist.runtime with parameters of type RemoteIO.RemoteOutputStreamRemote
RemoteIO.RemoteOutputStream(RemoteIO.RemoteOutputStreamRemote rout)
          Create a new local-side remote output stream connected to the given remote output stream stub.