|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for DAN (Data Aggregation Network) service.
Method Summary | |
void |
connect(int type,
Guid sguid,
java.lang.String outport,
Guid dguid,
java.lang.String inport)
Connect two nodes (at least one local) with a pipe. |
DirectoryService |
getDirectoryService()
Get the directory service used by DAN. |
FapService |
getFapService()
Get the fap service used by DAN. |
Address |
getLocalAddress()
Return the local address of the resident Planet. |
NodeManager |
getNodeManager()
Return the node manager for this DAN service. |
RpcService |
getRpcService()
Get the rpc service used by DAN. |
Guid |
makeGuid()
Create a global unique 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 void connect(int type, Guid sguid, java.lang.String outport, Guid dguid, java.lang.String inport) throws DanException
DanException
public Address getLocalAddress()
public FapService getFapService()
public RpcService getRpcService()
public DirectoryService getDirectoryService()
public NodeManager getNodeManager()
public Guid makeGuid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |