|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SinkChannel | |
solar.service.fap | Contains FAP (Filter-and-Pipe) service and related classes. |
Uses of SinkChannel in solar.service.fap |
Classes in solar.service.fap that implement SinkChannel | |
class |
LocalSinkChannel
The data sink of this channel is on the local site. |
class |
RemoteSinkChannel
The data sink of this channel is on a remote site. |
Fields in solar.service.fap declared as SinkChannel | |
protected SinkChannel |
Pipe._sink
|
Methods in solar.service.fap that return SinkChannel | |
SinkChannel |
Pipe.getSinkChannel()
Return the sink channel of this pipe. |
Methods in solar.service.fap with parameters of type SinkChannel | |
void |
Pipe.attachSinkChannel(SinkChannel sink)
Attach a sink channel to this pipe. |
Constructors in solar.service.fap with parameters of type SinkChannel | |
Pipe(Id pid,
int type,
SourceChannel source,
SinkChannel sink)
Constructs a pipe with additional pair of source/sink channels. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |