Uses of Interface
jist.runtime.RemoteIO.RemoteInputStreamRemote

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

Uses of RemoteIO.RemoteInputStreamRemote in jist.runtime
 

Classes in jist.runtime that implement RemoteIO.RemoteInputStreamRemote
static class RemoteIO.RemoteInputStreamSender
          Remote-side of remote input stream.
static class RemoteIO.RemoteInputStreamSenderLocal
          LOCAL remote input stream.
 

Constructors in jist.runtime with parameters of type RemoteIO.RemoteInputStreamRemote
RemoteIO.RemoteInputStream(RemoteIO.RemoteInputStreamRemote rin)
          Create a new local-side remote input stream connected to the given remote input stream stub.