Uses of Class
solar.service.fap.OutputPort

Packages that use OutputPort
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
 

Uses of OutputPort in solar.service.dan
 

Methods in solar.service.dan that return OutputPort
 OutputPort[] NodeHandler.getOutputPorts()
           
 

Methods in solar.service.dan with parameters of type OutputPort
 void NodeHandler.attachOutputPipe(Pipe pipe, OutputPort outport)
           
 java.lang.Object NodeHandler.pullData(java.lang.Object query, OutputPort outport)
           
 

Uses of OutputPort in solar.service.fap
 

Fields in solar.service.fap declared as OutputPort
protected  OutputPort LocalSourceChannel._outport
           
protected  OutputPort RemoteSourceChannel._outport
           
 

Methods in solar.service.fap that return OutputPort
 OutputPort LocalSourceChannel.getOutputPort()
           
 OutputPort RemoteSourceChannel.getRemoteOutputPort()
          Return the output port of the remote source.
 OutputPort RemoteSourceChannel.getOutputPort()
           
 OutputPort SourceChannel.getOutputPort()
          Return the output port of connected data source.
 OutputPort[] DataSource.getOutputPorts()
          Return all the output ports in an array.
 

Methods in solar.service.fap with parameters of type OutputPort
 void LocalSourceChannel.attachDataSource(DataSource source, OutputPort outport)
           
 Id FapClientService.pconnect(Id pid, int type, DataSource source, OutputPort outport, DataSink sink, InputPort inport)
           
 Id FapClientService.pconnect(Id pid, int type, Address raddr, Id rpid, OutputPort outport, DataSink sink, InputPort inport, boolean client)
           
 Id FapClientService.pconnect(Id pid, int type, DataSource source, OutputPort outport, Address raddr, Id rpid, InputPort inport, boolean client)
           
 void RemoteSourceChannel.attachDataSource(DataSource source, OutputPort outport)
           
 void SourceChannel.attachDataSource(DataSource source, OutputPort outport)
          Attach a data source to this pipe.
 void DataSource.attachOutputPipe(Pipe pipe, OutputPort outport)
          Attach an output pipe to this data source at a specific port.
 java.lang.Object DataSource.pullData(java.lang.Object query, OutputPort outport)
          Pull data from this data source at a specific port.
 Id FapService.pconnect(Id pid, int type, DataSource source, OutputPort outport, DataSink sink, InputPort inport)
          Setup a local pipe and return the pipe ID.
 Id FapService.pconnect(Id pid, int type, Address raddr, Id rpid, OutputPort outport, DataSink sink, InputPort inport, boolean client)
          Setup a pipe that has a remote source.
 Id FapService.pconnect(Id pid, int type, DataSource source, OutputPort outport, Address raddr, Id rpid, InputPort inport, boolean client)
          Setup a pipe that has a remote sink.
 

Constructors in solar.service.fap with parameters of type OutputPort
LocalSourceChannel(DataSource source, OutputPort outport)
          Constructs a source channel wit specified data source attached.
RemoteSourceChannel(Address addr, Id pid, OutputPort outport)
          Constructs a remote channel with remote address and pipe ID (for source).