Uses of Class
fr.paris5.shaman.insight.component.ComponentHandler

Packages that use ComponentHandler
fr.paris5.shaman.insight.component Insight manages its services as components. 
 

Uses of ComponentHandler in fr.paris5.shaman.insight.component
 

Subclasses of ComponentHandler in fr.paris5.shaman.insight.component
 class PreInstantiatedComponentHandler
          A special ComponentHandler which does not act as a factory, but restitutes a pre-built instance of a component.
 class RMIClientObjectHandler
          A ComponentHandler which produces a RMI stub for handled component.
 class RMIServerObjectHandler
          A ComponentHandler instantiating the component, with a contructor making it RMI-bound.
 class StandaloneComponentHandler
          A ComponentHandler just instantiating the Component, doing nothing else.
 

Fields in fr.paris5.shaman.insight.component declared as ComponentHandler
 ComponentHandler InsightManager.HandlerEntry.handler
           
 

Methods in fr.paris5.shaman.insight.component with parameters of type ComponentHandler
private  void InsightManager.addHandlerInstance(java.lang.String role, ComponentHandler handler, org.apache.avalon.framework.configuration.Configuration configuration)
           
 

Constructors in fr.paris5.shaman.insight.component with parameters of type ComponentHandler
InsightManager.HandlerEntry(java.lang.String role, ComponentHandler handler)
           
 



Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.