consciouscode.seedling
Interface RootNode

All Superinterfaces:
BranchNode, EventfulBranch, LocatableNode, ServiceNode
All Known Implementing Classes:
ScopeRoot, StandardRoot

public interface RootNode
extends EventfulBranch

A Seedling root branch, which anchors the hierarchical namespace. A root node may be local or global, depending on its scope tag.

This interface is not supported for implementation by applications.


Method Summary
 Object getGlobalMonitor()
          NOT SUPPORTED FOR APPLICATION USE.
 String getScopeTag()
          NOT SUPPORTED FOR APPLICATION USE.
 
Methods inherited from interface consciouscode.seedling.EventfulBranch
addBranchChangeListener
 
Methods inherited from interface consciouscode.seedling.BranchNode
availableChild, availableChildNames, getChild, getInstalledNode, getLocalRoot, getLog, getNode, installedChild, installedChildNames
 
Methods inherited from interface consciouscode.seedling.LocatableNode
getNodeLocation, nodeInstalled
 
Methods inherited from interface consciouscode.seedling.ServiceNode
startService, stopService
 

Method Detail

getGlobalMonitor

Object getGlobalMonitor()
NOT SUPPORTED FOR APPLICATION USE.


getScopeTag

String getScopeTag()
NOT SUPPORTED FOR APPLICATION USE. Returns the tag identifying this root's scope.



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.