Uses of Interface
org.norther.tammi.core.locale.ResourceMap

Packages that use ResourceMap
org.norther.tammi.core.converter   
org.norther.tammi.core.locale   
org.norther.tammi.core.logger   
org.norther.tammi.core.rt   
org.norther.tammi.root.db   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.protocol   
org.norther.tammi.sprig.report.model   
 

Uses of ResourceMap in org.norther.tammi.core.converter
 

Methods in org.norther.tammi.core.converter that return ResourceMap
protected  ResourceMap Formatter.getResourceMap()
          Gets the referent of the resource map MBean.
 

Uses of ResourceMap in org.norther.tammi.core.locale
 

Subinterfaces of ResourceMap in org.norther.tammi.core.locale
 interface FallbackMap
          An interface to resource maps supporting fallback resources.
 

Classes in org.norther.tammi.core.locale that implement ResourceMap
 class DefaultFallbackMap
          A default implementation of FallbackMap.
 class DefaultResourceMap
          A default implementation of ResourceMap.
 

Uses of ResourceMap in org.norther.tammi.core.logger
 

Subinterfaces of ResourceMap in org.norther.tammi.core.logger
 interface Logger
          An interface to loggers.
 interface ThreadedLogger
          Extends Logger with support to execute logging in a separate thread.
 

Classes in org.norther.tammi.core.logger that implement ResourceMap
 class AbstractLogger
          An abstract implementation of Logger.
 class AbstractThreadedLogger
          An abstract implementation of ThreadedLogger.
 class JDK4Logger
          A JDK4 logger implementation.
 class Log4JLogger
          A Log4J logger implementation.
 

Uses of ResourceMap in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt that return ResourceMap
protected  ResourceMap Introspector.getResourceMap()
          Gets the resource map MBean.
 

Uses of ResourceMap in org.norther.tammi.root.db
 

Methods in org.norther.tammi.root.db that return ResourceMap
protected  ResourceMap DefaultBeanRepositoryClient.getResourceMap()
          Gets the referent of the resource map MBean.
 

Uses of ResourceMap in org.norther.tammi.spray.engine.tool
 

Methods in org.norther.tammi.spray.engine.tool that return ResourceMap
protected  ResourceMap BeanTool.getResourceMap()
           
protected  ResourceMap FormatTool.getResourceMap()
           
 

Uses of ResourceMap in org.norther.tammi.spray.locale
 

Subinterfaces of ResourceMap in org.norther.tammi.spray.locale
 interface PipeFilter
          PipeFilter maintains links to branching pipes and serves as the default source of their localized resources.
 interface ResourceFilter
          ResourceFilter maintains qualified resource names and resolves the corresponding localized resource bundles.
 

Classes in org.norther.tammi.spray.locale that implement ResourceMap
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 class DefaultResourceFilter
          A default implementation of ResourceFilter.
 

Uses of ResourceMap in org.norther.tammi.spray.media
 

Subinterfaces of ResourceMap in org.norther.tammi.spray.media
 interface ServiceFilter
          ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes.
 

Classes in org.norther.tammi.spray.media that implement ResourceMap
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

Uses of ResourceMap in org.norther.tammi.spray.protocol
 

Subinterfaces of ResourceMap in org.norther.tammi.spray.protocol
 interface HostFilter
          HostFilter extends PipeFilter to support distribution of requests to host specific filters and pipes identified by the requested server name.
 

Classes in org.norther.tammi.spray.protocol that implement ResourceMap
 class DefaultHostFilter
          A default implementation of HostFilter.
 

Uses of ResourceMap in org.norther.tammi.sprig.report.model
 

Methods in org.norther.tammi.sprig.report.model that return ResourceMap
 ResourceMap ReportModel.getResourceMap()
          Gets the resource map.
 



Copyright © 2004 The Norther Organization. All rights reserved.