Uses of Class
org.objectweb.kilim.description.Port

Packages that use Port
org.objectweb.kilim.description   
org.objectweb.kilim.model   
 

Uses of Port in org.objectweb.kilim.description
 

Fields in org.objectweb.kilim.description declared as Port
static Port Port.THIS_PORT
          a constant associated to the "this" port, a port bound to the Component object
 

Methods in org.objectweb.kilim.description with parameters of type Port
 void Slot.addPort(Port aPort)
          Method addPort adds a new port in the slot.
 void Slot.removePort(Port aPort)
          Method removePort.
 void TemplateDescription.addLocalPort(Port port)
           
 

Uses of Port in org.objectweb.kilim.model
 

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

Constructors in org.objectweb.kilim.model with parameters of type Port
RtSingleValuePort(Port aPort, ContainerElement aContainer)
          The public constructor for run time descriptors of single value ports.
RtCollectionPort(Port aPort, ContainerElement aContainer)
          The public constructor of rtCollectionPort.