Uses of Interface
org.talika.tarsis.factory.Factory

Packages that use Factory
org.talika.tarsis.context This package contains Context interface and implementation classes. 
org.talika.tarsis.factory This package contains Factory interface and implementations. 
 

Uses of Factory in org.talika.tarsis.context
 

Methods in org.talika.tarsis.context that return Factory
 Factory ContextImpl.getFactory(java.lang.String name)
          Returns an object Factory for given name in this context.
 Factory Context.getFactory(java.lang.String name)
          Returns an object Factory for given name in this context.
 

Uses of Factory in org.talika.tarsis.factory
 

Classes in org.talika.tarsis.factory that implement Factory
 class DataSourceFactory
          DataSource factory implementation of Factory interface.
 class FactoryService
          Base implementation of Factory interface.
 class JndiContextFactory
          JNDI Context factory implementation of Factory interface.
 class LdapContextFactory
          JNDI LDAP DirContext factory implementation of Factory interface.
 class SmtpMailSession
          SMTP mail Session factory implementation of Factory interface.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.