org.talika.tarsis.factory
Interface Factory

All Known Implementing Classes:
DataSourceFactory, FactoryService, JndiContextFactory, LdapContextFactory, SmtpMailSession

public interface Factory

Interface that defines an object factory in Tarsis MVC Framework.

Version:
$Revision: 119 $
Author:
Jose M. Palomar

Method Summary
 java.lang.Object getInstance()
          Returns an object instance created by this factory.
 

Method Detail

getInstance

java.lang.Object getInstance()
Returns an object instance created by this factory.

Returns:
Object object instance created by this factory.


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