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

Packages that use ComponentI
net.mchaplin.ioc IoC Lightweight component framework. 
net.mchaplin.ioc.component Components model. 
net.mchaplin.ioc.configuration Components configuration model. 
net.mchaplin.ioc.model Wmind Commons Library Provides utility classes used by net.wmind.* 
net.mchaplin.ioc.rmi   
net.mchaplin.ioc.service   
 

Uses of ComponentI in net.mchaplin.ioc
 

Subinterfaces of ComponentI in net.mchaplin.ioc
 interface ContainerI
          Container interface.
 

Classes in net.mchaplin.ioc that implement ComponentI
 class DefaultContainer
          Default, ready-to-use ContainerI implementation Provides Component registration & management services.
 

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

Methods in net.mchaplin.ioc that return types with arguments of type ComponentI
 java.util.Map<java.lang.String,java.util.List<ComponentI>> DefaultContainer.getRegisteredTypes()
           
 java.util.Map<java.lang.String,java.util.List<ComponentI>> ContainerI.getRegisteredTypes()
           
 

Methods in net.mchaplin.ioc with parameters of type ComponentI
 void DefaultContainer.registerComponentInstance(ComponentI instance)
           
 void ContainerI.registerComponentInstance(ComponentI instance)
           
 void DefaultContainer.registerComponentInstance(ComponentI instance, java.lang.String key)
           
 void ContainerI.registerComponentInstance(ComponentI instance, java.lang.String key)
           
 void DefaultContainer.unregisterComponentInstance(ComponentI instance)
           
 void ContainerI.unregisterComponentInstance(ComponentI instance)
           
 

Uses of ComponentI in net.mchaplin.ioc.component
 

Classes in net.mchaplin.ioc.component that implement ComponentI
 class DefaultComponent
          Default, ready-to-use ComponentI implementation
 class DefaultComponentFactory
          Delegate class for components instanciation
 

Methods in net.mchaplin.ioc.component that return ComponentI
 ComponentI ComponentFactoryI.retrieveInstance()
          Retrieve an instance of Component created by this factory.
 

Uses of ComponentI in net.mchaplin.ioc.configuration
 

Subinterfaces of ComponentI in net.mchaplin.ioc.configuration
 interface ConfigurationI
          The Interface for configuration objects used to hold components states & runtime information
 

Classes in net.mchaplin.ioc.configuration that implement ComponentI
 class DefaultConfiguration
          Default, ready-to-use ConfigurationI implementation
 

Uses of ComponentI in net.mchaplin.ioc.model
 

Classes in net.mchaplin.ioc.model that implement ComponentI
 class Container
           
 

Uses of ComponentI in net.mchaplin.ioc.rmi
 

Classes in net.mchaplin.ioc.rmi that implement ComponentI
 class RmiServer
          Bind & manage RmiServices into the RMI Registry RmiServices instances are registered in a DefaultContainer instance
 class RmiServerConfiguration
          Hold configuration date for an RmiServer instance.
 class RmiServerFactory
          Use the 'Hollywood Principle : don't call me, i'll call you
 class RmiService
           
 

Methods in net.mchaplin.ioc.rmi that return ComponentI
 ComponentI RmiServerFactory.retrieveInstance()
           
 

Uses of ComponentI in net.mchaplin.ioc.service
 

Classes in net.mchaplin.ioc.service that implement ComponentI
 class Service
          Core abstract class used by internal services.
 



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