Uses of Interface
solar.service.fap.SourceChannel

Packages that use SourceChannel
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
 

Uses of SourceChannel in solar.service.fap
 

Classes in solar.service.fap that implement SourceChannel
 class LocalSourceChannel
          The data source of this channel is on the local site.
(package private)  class RemoteSourceChannel
          The data source of this channel is on a remote site.
 

Fields in solar.service.fap declared as SourceChannel
protected  SourceChannel Pipe._source
           
 

Methods in solar.service.fap that return SourceChannel
 SourceChannel Pipe.getSourceChannel()
          Return the source channel of this pipe.
 

Methods in solar.service.fap with parameters of type SourceChannel
 void Pipe.attachSourceChannel(SourceChannel source)
          Attach the source channel to this pipe.
 

Constructors in solar.service.fap with parameters of type SourceChannel
Pipe(Id pid, int type, SourceChannel source, SinkChannel sink)
          Constructs a pipe with additional pair of source/sink channels.