Uses of Class
solar.service.dan.DanException

Packages that use DanException
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
 

Uses of DanException in solar.service.dan
 

Methods in solar.service.dan that throw DanException
 void DanClientService.connect(int type, Guid sguid, java.lang.String outport, Guid dguid, java.lang.String inport)
           
 java.util.List DanClientService.lookup(java.lang.String query)
          Resolve a name query in the name space.
 Guid DanClientService.advertise(java.lang.String name, java.lang.Object extra, Source src)
          Advertise a static name with a name object and return an ID.
 Guid DanClientService.advertise(java.lang.String graph, java.lang.String name, java.lang.Object extra, Source src)
          Advertise a dynamic name with a name object and return an ID.
 Guid DanClientService.subscribe(java.lang.String query, Application app)
          Subscribe to any source whose name matches specified query.
 Guid DanClientService.subscribe(java.lang.String graph, java.lang.String root, Application app)
          Subscribe to a specified operator defined in a graph.
 Guid DistGraphManager.loadOperator(java.lang.String root)
           
 Guid LocalGraphManager.loadOperator(java.lang.String opname)
           
 void PipeConnector.pconnect(int type, Guid sguid, java.lang.String outport, Address addr, Guid dguid, java.lang.String inport, boolean client)
          Connects a local source to a remote sink.
 void PipeConnector.pconnect(int type, Address addr, Guid sguid, java.lang.String outport, Guid dguid, java.lang.String inport, boolean client)
          Connects a remote source to a local sink.
 void PipeConnector.pconnect(int type, Guid sguid, java.lang.String outport, Guid dguid, java.lang.String inport)
          Connects a local source to a local sink.
 void SolarDanService.connect(int type, Guid sguid, java.lang.String outport, Guid dguid, java.lang.String inport)
           
abstract  Guid GraphManager.loadOperator(java.lang.String opname)
          Load the root operator and all its children as defined in the graph.
 void DanService.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.