Uses of Class
org.objectweb.kilim.model.RtComponentSlot

Packages that use RtComponentSlot
org.objectweb.kilim.model   
 

Uses of RtComponentSlot in org.objectweb.kilim.model
 

Methods in org.objectweb.kilim.model that return RtComponentSlot
 RtComponentSlot SlotFactory.newSlot(Slot aSlot)
          creates a new runtime descriptor of a slot from an abstract descriptor of a slot.
 

Methods in org.objectweb.kilim.model with parameters of type RtComponentSlot
private  RtComponentInterface SlotFactory.newInterface(Port port, RtComponentSlot aSlot)