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.
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.