fabric.visit
Class RemoteCallWrapperUpdater

java.lang.Object
  extended by NodeVisitor
      extended by fabric.visit.RemoteCallWrapperUpdater

public class RemoteCallWrapperUpdater
extends NodeVisitor


Field Summary
protected  Job job
           
protected  FabricNodeFactory nf
           
protected  FabricTypeSystem ts
           
 
Constructor Summary
RemoteCallWrapperUpdater(Job job, FabricTypeSystem ts, FabricNodeFactory nf)
           
 
Method Summary
 Node leave(Node old, Node n, NodeVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

protected Job job

ts

protected FabricTypeSystem ts

nf

protected FabricNodeFactory nf
Constructor Detail

RemoteCallWrapperUpdater

public RemoteCallWrapperUpdater(Job job,
                                FabricTypeSystem ts,
                                FabricNodeFactory nf)
Method Detail

leave

public Node leave(Node old,
                  Node n,
                  NodeVisitor v)