Uses of Interface
org.objectweb.kilim.model.ComponentSlot

Packages that use ComponentSlot
org.objectweb.kilim.model   
org.objectweb.kilim.model.instanciation   
 

Uses of ComponentSlot in org.objectweb.kilim.model
 

Classes in org.objectweb.kilim.model that implement ComponentSlot
 class RtComponentSlot
           
 

Methods in org.objectweb.kilim.model that return ComponentSlot
 ComponentSlot RtComponent.getSlot(java.lang.String aName)
          returns a slot from its local name.
 ComponentSlot Component.getSlot(java.lang.String aLocalName)
          Method getSlot returns a component slot identified by its local name.
 

Methods in org.objectweb.kilim.model with parameters of type ComponentSlot
 void RtComponent.addSlot(ComponentSlot aSlot)
          adds a new slot to a component.
 void RtComponent.addPlugTo(ComponentSlot aSlot)
          This method is used to register slots in which the component is plugged to.
 void RtComponent.removePlugTo(ComponentSlot aSlot)
          This method is used to unregister slots in which the component is plugged to.
 

Uses of ComponentSlot in org.objectweb.kilim.model.instanciation
 

Methods in org.objectweb.kilim.model.instanciation with parameters of type ComponentSlot
 void NullInstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void NullInstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void BDUInstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void BDUInstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
static void BDUInstanciationMger.doWhenPlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          Method doWhenPlug.
 void InstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot)
          This is the "pre" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.
abstract  void InstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          This is the "pre" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.
 void InstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot)
          This is the "post" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.
abstract  void InstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          This is the "post" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.