NetKernel APIs


Uses of Interface
com.ten60.netkernel.container.IComponent

Packages that use IComponent
com.ten60.netkernel.cache   
com.ten60.netkernel.container   
com.ten60.netkernel.module   
com.ten60.netkernel.scheduler   
com.ten60.netkernel.transport   
 

Uses of IComponent in com.ten60.netkernel.cache
 

Classes in com.ten60.netkernel.cache that implement IComponent
 class Cache
          NetKernel Cache Component- responsible for locating a cachelet for getting or putting an IURRepresentation from an URRequest.
 

Uses of IComponent in com.ten60.netkernel.container
 

Classes in com.ten60.netkernel.container that implement IComponent
 class ComponentImpl
          Abstract base class of all NetKernel System Components
 class Config
          Configuration Component reads in system configuration information and holds it for other components to access
 class Container
          Main class for NetKernel.
 class HouseKeeper
          HouseKeeper system component periodically polls all other system components to do their housework.
 

Methods in com.ten60.netkernel.container that return IComponent
 IComponent Container.getComponent(URIdentifier aURI)
          return a component with the given URI, null if none is found
 

Uses of IComponent in com.ten60.netkernel.module
 

Classes in com.ten60.netkernel.module that implement IComponent
 class ModuleManager
          NetKernel system component which manages all deployed modules and their public/private address spaces
 

Uses of IComponent in com.ten60.netkernel.scheduler
 

Classes in com.ten60.netkernel.scheduler that implement IComponent
 class Scheduler
          The Scheduler system component.
 

Uses of IComponent in com.ten60.netkernel.transport
 

Classes in com.ten60.netkernel.transport that implement IComponent
 class TransportManager
          Transport Manager system component manages the startup and shutdown of all registered transports.
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.