Uses of Class
consciouscode.seedling.tree.GenericNode

Packages that use GenericNode
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 GenericNode in consciouscode.seedling.junit
 

Subclasses of GenericNode in consciouscode.seedling.junit
 class TestRunnerNode
          A seedling node that runs tests from "within" the seedling.
 

Uses of GenericNode in consciouscode.seedling.scope
 

Subclasses of GenericNode in consciouscode.seedling.scope
 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 GenericNode in consciouscode.seedling.tasks
 

Subclasses of GenericNode in consciouscode.seedling.tasks
 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 GenericNode in consciouscode.seedling.tree
 

Subclasses of GenericNode in consciouscode.seedling.tree
 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 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 GenericNode in consciouscode.seedling.webConsole
 

Subclasses of GenericNode in consciouscode.seedling.webConsole
 class ConsoleServlet
          A servlet for browsing a Seedling container.
 class NodeIndex
           
 

Uses of GenericNode in consciouscode.seedling.wiki
 

Subclasses of GenericNode in consciouscode.seedling.wiki
 class WikiServlet
          A ridiculously primitive Wiki servlet.
 



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