Uses of Package
solar.service.fap

Packages that use solar.service.fap
solar Contains some basic Solar classes, such as client facade, Planet, and global constants. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.dan.lang Language parser for DAN service. 
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
solar.service.fap.comm Events and requests for FAP service. 
 

Classes in solar.service.fap used by solar
FapClientService
          Implementation of Filter-and-Pipe (FAP) service.
 

Classes in solar.service.fap used by solar.service.dan
DataSink
          A data sink is the ending point of a pipe.
DataSource
          A data source is the starting point of a pipe.
FapConstants
          Constants used by FAP service.
FapException
          An exception thrown by Filter-and-Pipe (FAP) service.
FapService
          A distributed service implementing Filter-and-Pipe (FAP) architectural pattern.
InputPort
          An input port of a sink filter to a pipe.
OutputPort
          An output port of a source filter to a pipe.
Pipe
          A pipe consists of a pair of channels: A writable sink channel and a readable source channel.
 

Classes in solar.service.fap used by solar.service.dan.lang
FapConstants
          Constants used by FAP service.
 

Classes in solar.service.fap used by solar.service.fap
DataSink
          A data sink is the ending point of a pipe.
DataSource
          A data source is the starting point of a pipe.
FapClientService
          Implementation of Filter-and-Pipe (FAP) service.
FapConstants
          Constants used by FAP service.
FapException
          An exception thrown by Filter-and-Pipe (FAP) service.
FapService
          A distributed service implementing Filter-and-Pipe (FAP) architectural pattern.
InputPort
          An input port of a sink filter to a pipe.
OutputPort
          An output port of a source filter to a pipe.
Pipe
          A pipe consists of a pair of channels: A writable sink channel and a readable source channel.
Port
          A port is a connection point between filters and pipes.
SinkChannel
          A sink channel is for filter to send data.
SourceChannel
          A source channel is for filter to receive data.
 

Classes in solar.service.fap used by solar.service.fap.comm
FapConstants
          Constants used by FAP service.