SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.project.controller.ControllerNode

Packages that use ControllerNode
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of ControllerNode in org.sourcejammer.project.controller
 

Subclasses of ControllerNode in org.sourcejammer.project.controller
 class FileNode
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ProjectNode
          Contains information about a Project, including the project's name, and links to it's parent and children.
 class VersionNode
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Methods in org.sourcejammer.project.controller that return ControllerNode
 ControllerNode ProjectModification.getAddChild()
           
 ControllerNode ProjectModification.getShareParent()
           
 ControllerNode CtlNodeAndChildName.getParentNode()
           
 ControllerNode ControllerNode.getShareParent()
          If this ControllerNode is shared, this returns the "original" ControllerNode of the share, unless this IS the original ControllerNode, in which case this should be null.
 ControllerNode ControllerNode.getRootParent()
           
 ControllerNode ControllerNode.getParent()
          Deprecated.  
 

Methods in org.sourcejammer.project.controller with parameters of type ControllerNode
 void ProjectModification.setAddChild(ControllerNode nd)
           
 void ProjectModification.setShareParent(ControllerNode nd)
           
 void CtlNodeAndChildName.setParentNode(ControllerNode nd)
           
 void ControllerNode.setShareParent(ControllerNode nd, long key)
          If this ControllerNode is shared, this should be set to the the "original" ControllerNode of this share, unless this IS the original ControllerNode, in which case this should be null.
 void ControllerNode.setParent(ControllerNode nd, long key)
          Deprecated.  
protected  NodeInfo ProjectController.controllerNodeToNodeInfo(ControllerNode nd)
          Builds new NodeInfo object from ControllerNode.
 

Uses of ControllerNode in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model with parameters of type ControllerNode
 void NodeLibrary.releaseNode(ControllerNode nd)
          Releases the node after use.
 long NodeLibrary.lockNode(ControllerNode nd)
          Locks the node and returns the key.
 long NodeLibrary.lockNode(ControllerNode nd, long lTimeOutValue)
          Locks the node and returns the key used to lock it.
 void NodeLibrary.deleteNode(ControllerNode node)
           
 

Uses of ControllerNode in org.sourcejammer.project.model.filesys
 

Subclasses of ControllerNode in org.sourcejammer.project.model.filesys
 class FileNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class ProjectNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 class VersionNodeFS
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Methods in org.sourcejammer.project.model.filesys that return ControllerNode
 ControllerNode NodeAndShareParentPath.getNode()
           
 

Methods in org.sourcejammer.project.model.filesys with parameters of type ControllerNode
 void NodeLibraryFS.releaseNode(ControllerNode nd)
           
protected  void NodeLibraryFS.unlockNode(ControllerNode nd)
           
 long NodeLibraryFS.lockNode(ControllerNode nd)
          Locks the node and returns the key.
 long NodeLibraryFS.lockNode(ControllerNode nd, long lTimeOutValue)
          Locks the node and returns the key used to lock it.
 void NodeLibraryFS.deleteNode(ControllerNode node)
           
 void NodeAndShareParentPath.setNode(ControllerNode node)
           
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan