jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/spring SpringComponentFactory.java,1.1,1.2

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/spring
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16122/container-integration/src/java/org/jicarilla/container/integration/spring

Modified Files:
	SpringComponentFactory.java 
Log Message:
Get rid of a bunch of "Component" parts in classnames. And probably some other misc. updates.

Index: SpringComponentFactory.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/spring/SpringComponentFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SpringComponentFactory.java	8 Mar 2004 21:05:25 -0000	1.1
+++ SpringComponentFactory.java	17 Mar 2004 14:14:22 -0000	1.2
@@ -26,9 +26,8 @@
 package org.jicarilla.container.integration.spring;
 
 import org.jicarilla.container.JicarillaInstantiationException;
-import org.jicarilla.container.factories.BeanComponentFactory;
+import org.jicarilla.container.factories.BeanFactory;
 import org.jicarilla.framework.Assert;
-import org.springframework.beans.factory.BeanFactory;
 import org.springframework.beans.factory.BeanFactoryAware;
 import org.springframework.beans.factory.BeanNameAware;
 import org.springframework.beans.factory.DisposableBean;
@@ -44,27 +43,27 @@
  * @author <a href="lsimons at jicarilla dot org">Leo Simons</a>
  * @version $Id$
  */
-public class SpringComponentFactory extends BeanComponentFactory
+public class SpringComponentFactory extends BeanFactory
 {
     final String m_name;
-    final BeanFactory m_factory;
+    final org.springframework.beans.factory.BeanFactory m_factory;
 
     public SpringComponentFactory( final String name, final Class clazz,
-            final BeanFactory factory )
+            final org.springframework.beans.factory.BeanFactory factory )
             throws IntrospectionException
     {
         this( name, clazz, factory, null );
     }
 
     public SpringComponentFactory( final String name, final Class clazz,
-            final BeanFactory factory, final Map properties )
+            final org.springframework.beans.factory.BeanFactory factory, final Map properties )
             throws IntrospectionException
     {
         this( name, clazz, factory, properties, null );
     }
     
     public SpringComponentFactory( final String name, final Class clazz,
-            final BeanFactory factory, final Map properties, final List constructorParameters )
+            final org.springframework.beans.factory.BeanFactory factory, final Map properties, final List constructorParameters )
             throws IntrospectionException
     {
         super( clazz, properties, constructorParameters );



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.