Uses of Interface
consciouscode.seedling.LocatableNode

Packages that use LocatableNode
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.jetty   
consciouscode.seedling.junit   
consciouscode.seedling.scope   
consciouscode.seedling.tasks   
consciouscode.seedling.tree Provides standard implementations of the Seedling container interfaces. 
consciouscode.seedling.webConsole   
consciouscode.seedling.wiki   
 

Uses of LocatableNode in consciouscode.seedling
 

Subinterfaces of LocatableNode in consciouscode.seedling
 interface BranchingBranch
          A BranchNode that can extend itself with child branches.
 interface BranchNode
          A branch in the Seedling component hierarchy.
 interface EventfulBranch
          A branch that fires BranchChangeEvents when child nodes are installed or removed.
 interface GrowingBranch
          A BranchNode that allows manual installation and uninstallation of nodes.
 interface RootNode
          A Seedling root branch, which anchors the hierarchical namespace.
 

Uses of LocatableNode in consciouscode.seedling.jetty
 

Classes in consciouscode.seedling.jetty that implement LocatableNode
 class SeedlingServer
          Extends Jetty's Server to automatically build context mappings from entries in the Seedling container.
 

Uses of LocatableNode in consciouscode.seedling.junit
 

Classes in consciouscode.seedling.junit that implement LocatableNode
 class TestRunnerNode
          A seedling node that runs tests from "within" the seedling.
 

Uses of LocatableNode in consciouscode.seedling.scope
 

Classes in consciouscode.seedling.scope that implement LocatableNode
 class ScopeManager
          A branch that creates and manages ScopeRoots.
 class ScopeRoot
          A local root node that contains all of the nodes of a non-global scope.
 

Uses of LocatableNode in consciouscode.seedling.tasks
 

Classes in consciouscode.seedling.tasks that implement LocatableNode
 class AbstractPeriodicTask
          Interface for tasks that can be scheduled for execution by a Clock.
 class Clock
          A Seedling node that can schedule tasks within a dedicated working thread.
 class MemoryMonitorTask
          A periodic task that logs information about the JVM's memory state.
 

Uses of LocatableNode in consciouscode.seedling.tree
 

Classes in consciouscode.seedling.tree that implement LocatableNode
 class EmptyBranch
          A trivial branch that has no child nodes, and can't have any installed.
 class GenericBranch
          Provides a basic implementation of BranchNode, suitable for extension.
 class GenericNode
          A basic Seedling node that provides location and logging features.
 class ShutdownNode
          A seedling node that handles clean shutdown of the JVM and of the Seedling itself.
 class StandardBranch
          The canonical implementation of BranchNode, providing dynamic node provisioning via a NodeProvider.
 class StandardRoot
          The global root of a Seedling application tree.
 

Uses of LocatableNode in consciouscode.seedling.webConsole
 

Classes in consciouscode.seedling.webConsole that implement LocatableNode
 class ConsoleServlet
          A servlet for browsing a Seedling container.
 class NodeIndex
           
 

Uses of LocatableNode in consciouscode.seedling.wiki
 

Classes in consciouscode.seedling.wiki that implement LocatableNode
 class WikiServlet
          A ridiculously primitive Wiki servlet.
 



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