solar.service.dan
Class LocalGraphManager

java.lang.Object
  |
  +--solar.service.dan.GraphManager
        |
        +--solar.service.dan.LocalGraphManager
All Implemented Interfaces:
DanConstants, FapConstants

public class LocalGraphManager
extends GraphManager
implements DanConstants, FapConstants

This graph manager simply loads the whole graph (except sources) onto the local Planet from which the request is received.

Version:
$Id: LocalGraphManager.java,v 1.3 2003/09/25 15:38:51 glchen Exp $
Author:
Guanling Chen

Field Summary
 
Fields inherited from class solar.service.dan.GraphManager
_dan, _gs, _nodeman, _nodes, _optable
 
Fields inherited from interface solar.service.dan.DanConstants
DAN_INPORT, DAN_OUTPORT
 
Fields inherited from interface solar.service.fap.FapConstants
FAP_DATA, FAP_MIXED, FAP_PID, FAP_PULL, FAP_PUSH
 
Constructor Summary
LocalGraphManager(GraphSpec gs)
           
 
Method Summary
 Guid loadOperator(java.lang.String opname)
          Load the root operator and all its children as defined in the graph.
 
Methods inherited from class solar.service.dan.GraphManager
getAddress, getGuid, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalGraphManager

public LocalGraphManager(GraphSpec gs)
Method Detail

loadOperator

public Guid loadOperator(java.lang.String opname)
                  throws DanException
Description copied from class: GraphManager
Load the root operator and all its children as defined in the graph.

Specified by:
loadOperator in class GraphManager
DanException