Uses of Class
jist.runtime.Channel

Packages that use Channel
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
jist.swans.app.net SWANS counterparts for java.net classes used to simulate standard Java applications. 
 

Uses of Channel in jist.runtime
 

Methods in jist.runtime that return Channel
static Channel JistAPI.createChannel()
          Create a new Channel entity.
static Channel JistAPI_Impl.createChannel()
           
 

Uses of Channel in jist.swans.app.net
 

Constructors in jist.swans.app.net with parameters of type Channel
UdpSocket.UdpSocketCallback(Channel channel)
          Create new socket callback on given UDP socket channel.