|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A distributed service implementing Filter-and-Pipe (FAP) architectural pattern.
Method Summary | |
DispatchService |
getDispatchService()
Return the dispatch service. |
Pipe |
getPipe(Id pid)
Return a pipe given its ID. |
RpcService |
getRpcService(Id pid)
Return the RPC service used by a particular pipe. |
TransportService |
getTransportService(Id pid)
Return the transport service used by a particular pipe. |
Id |
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 |
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. |
Id |
pconnect(Id pid,
int type,
DataSource source,
OutputPort outport,
DataSink sink,
InputPort inport)
Setup a local pipe and return the pipe ID. |
Methods inherited from interface solar.service.Service |
getName, getServiceManager, handleDispatchUnit, hasInited, init, initDependents, setName, setServiceManager, start, stop |
Methods inherited from interface solar.api.EventHandler |
handleEvent |
Methods inherited from interface solar.api.RequestHandler |
handleRequest |
Method Detail |
public Id pconnect(Id pid, int type, DataSource source, OutputPort outport, DataSink sink, InputPort inport) throws FapException
FapException
public Id pconnect(Id pid, int type, Address raddr, Id rpid, OutputPort outport, DataSink sink, InputPort inport, boolean client) throws FapException
FapException
public Id pconnect(Id pid, int type, DataSource source, OutputPort outport, Address raddr, Id rpid, InputPort inport, boolean client) throws FapException
FapException
public Pipe getPipe(Id pid)
public DispatchService getDispatchService()
public RpcService getRpcService(Id pid)
public TransportService getTransportService(Id pid)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |