Uses of Interface
net.mchaplin.ioc.component.ComponentFactoryI

Packages that use ComponentFactoryI
net.mchaplin.ioc IoC Lightweight component framework. 
net.mchaplin.ioc.rmi   
 

Uses of ComponentFactoryI in net.mchaplin.ioc
 

Classes in net.mchaplin.ioc that implement ComponentFactoryI
 class XmlContainerFactory
          Instanciate containers & components, register components into containers from XML definition file
 

Methods in net.mchaplin.ioc that return ComponentFactoryI
 ComponentFactoryI DefaultContainer.retrieveFactoryInstance(java.lang.Class classType)
          Retrieve the first instance in List of given type.
 ComponentFactoryI ContainerI.retrieveFactoryInstance(java.lang.Class classType)
          Retrieve the first instance in List of given type.
 ComponentFactoryI DefaultContainer.retrieveFactoryInstance(java.lang.String key)
          Retrieve the first instance in List of given type.
 ComponentFactoryI ContainerI.retrieveFactoryInstance(java.lang.String key)
          Retrieve the first instance in List of given type.
 

Uses of ComponentFactoryI in net.mchaplin.ioc.rmi
 

Classes in net.mchaplin.ioc.rmi that implement ComponentFactoryI
 class RmiServerFactory
          Use the 'Hollywood Principle : don't call me, i'll call you
 



Copyright © 2004-2005 mchaplin.net. All Rights Reserved.