Uses of Interface
org.norther.tammi.core.base.ObjectFactory

Packages that use ObjectFactory
org.norther.tammi.core.base   
org.norther.tammi.core.config   
org.norther.tammi.core.logger   
org.norther.tammi.core.mail   
org.norther.tammi.core.naming   
org.norther.tammi.core.net   
org.norther.tammi.core.nio   
org.norther.tammi.core.pool   
org.norther.tammi.core.rt   
org.norther.tammi.core.scripter   
org.norther.tammi.core.security   
org.norther.tammi.core.thread   
org.norther.tammi.core.xml   
org.norther.tammi.leaf.jfc   
org.norther.tammi.root.castor   
org.norther.tammi.root.db   
org.norther.tammi.root.hibernate   
org.norther.tammi.root.ojb   
 

Uses of ObjectFactory in org.norther.tammi.core.base
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.base
 interface Factory
          Factory instantiates objects of different class types.
 

Classes in org.norther.tammi.core.base that implement ObjectFactory
 class DefaultFactory
          A default implementation of Factory.
 class DefaultObjectFactory
          A default implementation of ObjectFactory acting also as an adapter to class specific implementations.
 

Constructors in org.norther.tammi.core.base with parameters of type ObjectFactory
DefaultObjectFactory(ObjectFactory adaptee)
          Constructs a new factory adapter.
 

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

Subinterfaces of ObjectFactory in org.norther.tammi.core.config
 interface ConfigurableFactory
          ConfigurableFactory extends ObjectFactory with property file support.
 

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

Constructors in org.norther.tammi.core.config with parameters of type ObjectFactory
DefaultConfigurableFactory(ObjectFactory adaptee)
          Constructs a new factory adapter.
 

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

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

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

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

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

Uses of ObjectFactory in org.norther.tammi.core.net
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.net
 interface CommonFactory
          An interface to common network resource factories.
 interface CommonSecureFactory
          An interface to common secure network resource factories.
 interface SecureServerSocketFactory
          An interface to secure network server socket factories.
 interface SecureSocketFactory
          An interface to secure network socket factories.
 interface ServerSocketFactory
          An interface to network server socket factories.
 interface SocketFactory
          An interface to network socket factories.
 

Classes in org.norther.tammi.core.net that implement ObjectFactory
 class AbstractCommonFactory
          An abstract implementation of network resource CommonFactory.
 class AbstractCommonSecureFactory
          An abstract implementation of network resource CommonSecureFactory.
 class AbstractSecureSocketFactory
          An abstract implementation of network socket CommonSecureFactory.
 class AbstractSocketFactory
          An abstract implementation of network socket CommonFactory.
 class DefaultSecureServerSocketFactory
          A default implementation of SecureServerSocketFactory.
 class DefaultSecureSocketFactory
          A default implementation of SecureSocketFactory.
 class DefaultServerSocketFactory
          A default implementation of ServerSocketFactory.
 class DefaultSocketFactory
          A default implementation of SocketFactory.
 

Uses of ObjectFactory in org.norther.tammi.core.nio
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.nio
 interface SecureServerChannelFactory
          An interface to secure network server channel factories.
 interface ServerChannelFactory
          An interface to network server channel factories.
 

Classes in org.norther.tammi.core.nio that implement ObjectFactory
 class DefaultSecureServerChannelFactory
          A default implementation of SecureServerChannelFactory.
 class DefaultServerChannelFactory
          A default implementation of ServerChannelFactory.
 

Uses of ObjectFactory in org.norther.tammi.core.pool
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.pool
 interface Pool
          Pool extends ObjectFactory by adding support to pool instantiated objects.
 

Classes in org.norther.tammi.core.pool that implement ObjectFactory
 class DefaultPool
          A default implementation of Pool.
 

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

Subinterfaces of ObjectFactory in org.norther.tammi.core.rt
 interface VariableRegistry
          An interface to variable registries and variable factories.
 

Classes in org.norther.tammi.core.rt that implement ObjectFactory
 class DefaultVariableRegistry
          A default implementation of VariableRegistry.
 

Uses of ObjectFactory in org.norther.tammi.core.scripter
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.scripter
 interface Scripter
          An interface to script interpreters based on the BSF framework.
 

Classes in org.norther.tammi.core.scripter that implement ObjectFactory
 class DefaultScripter
          A default implementation of Scripter.
 

Uses of ObjectFactory in org.norther.tammi.core.security
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.security
 interface KeyStoreFactory
          An interface to key store factories.
 interface MessageDigestFactory
          An interface to java.security.MessageDigest factories.
 

Classes in org.norther.tammi.core.security that implement ObjectFactory
 class DefaultKeyStoreFactory
          A default implementation of KeyStoreFactory.
 class DefaultMessageDigestFactory
          A default implementation of MessageDigestFactory.
 

Uses of ObjectFactory in org.norther.tammi.core.thread
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.thread
 interface ThreadFactory
          An interface to thread factories.
 

Classes in org.norther.tammi.core.thread that implement ObjectFactory
 class DefaultThreadFactory
          A default implementation of ThreadFactory.
 

Uses of ObjectFactory in org.norther.tammi.core.xml
 

Subinterfaces of ObjectFactory in org.norther.tammi.core.xml
 interface DOMBuilderFactory
          An interface to JAXP XML DOM builder factories.
 interface SAXParserFactory
          An interface to JAXP XML SAX parser factories.
 

Classes in org.norther.tammi.core.xml that implement ObjectFactory
 class DefaultDOMBuilderFactory
          A default implementation of DOMBuilderFactor.
 class DefaultSAXParserFactory
          A default implementation of SAXParserFactory.
 

Uses of ObjectFactory in org.norther.tammi.leaf.jfc
 

Subinterfaces of ObjectFactory in org.norther.tammi.leaf.jfc
 interface JFCFactory
          JFCFactory is an interface to object factories creating JFC widgets.
 

Classes in org.norther.tammi.leaf.jfc that implement ObjectFactory
 class DefaultJFCFactory
          A default implementation of JFCFactory.
 

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

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

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

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

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

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

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

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

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

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

Subinterfaces of ObjectFactory 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 ObjectFactory
 class DefaultBaseQueryFactory
          A factory for org.apache.ojb.broker.query.Query instances providing base queries.
 class DefaultOJBPersisterFactory
          A default implementation of OJBPersisterFactory.
 class DefaultReportQueryFactory
          A factory for org.apache.ojb.broker.query.Query instances providing report queries.
 



Copyright © 2004 The Norther Organization. All rights reserved.