Uses of Interface
org.norther.tammi.core.config.ConfigurableFactory

Packages that use ConfigurableFactory
org.norther.tammi.core.config   
org.norther.tammi.core.logger   
org.norther.tammi.core.mail   
org.norther.tammi.core.naming   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
 

Uses of ConfigurableFactory in org.norther.tammi.core.config
 

Classes in org.norther.tammi.core.config that implement ConfigurableFactory
 class DefaultConfigurableFactory
          A default implementation of ConfigurableFactory.
 

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

Subinterfaces of ConfigurableFactory 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 ConfigurableFactory
 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 ConfigurableFactory in org.norther.tammi.core.mail
 

Classes in org.norther.tammi.core.mail that implement ConfigurableFactory
 class DefaultSessionFactory
          A default implementation of a factory for instantiating javax.mail.Session objects.
 

Uses of ConfigurableFactory in org.norther.tammi.core.naming
 

Classes in org.norther.tammi.core.naming that implement ConfigurableFactory
 class DefaultContextFactory
          A default implementation of a naming context factory.
 

Uses of ConfigurableFactory in org.norther.tammi.root.castor
 

Subinterfaces of ConfigurableFactory in org.norther.tammi.root.castor
 interface XMLPersisterFactory
          An interface to XML specific Persister factories.
 

Classes in org.norther.tammi.root.castor that implement ConfigurableFactory
 class DefaultXMLPersisterFactory
          A default implementation of XMLPersisterFactory.
 

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

Subinterfaces of ConfigurableFactory in org.norther.tammi.root.db
 interface PersisterFactory
          An interface to Persister factories.
 

Classes in org.norther.tammi.root.db that implement ConfigurableFactory
 class AbstractPersisterFactory
          An abstract implementation of PersisterFactory.
 

Uses of ConfigurableFactory in org.norther.tammi.root.hibernate
 

Subinterfaces of ConfigurableFactory in org.norther.tammi.root.hibernate
 interface HibernatePersisterFactory
          An interface to org.hibernate.Session factories.
 

Classes in org.norther.tammi.root.hibernate that implement ConfigurableFactory
 class DefaultHibernatePersisterFactory
          A default implementation of HibernatePersisterFactory.
 

Uses of ConfigurableFactory in org.norther.tammi.root.ojb
 

Subinterfaces of ConfigurableFactory in org.norther.tammi.root.ojb
 interface OJBPersisterFactory
          An interface to org.apache.ojb.broker.PersistenceBroker factories.
 

Classes in org.norther.tammi.root.ojb that implement ConfigurableFactory
 class DefaultOJBPersisterFactory
          A default implementation of OJBPersisterFactory.
 



Copyright © 2004 The Norther Organization. All rights reserved.