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

Packages that use RtComponentInterface
org.objectweb.kilim.model   
 

Uses of RtComponentInterface in org.objectweb.kilim.model
 

Subclasses of RtComponentInterface in org.objectweb.kilim.model
private static class ComponentFactory.RTClassSource
           
private static class ComponentFactory.RTConstructor
           
private static class ComponentFactory.RTGetter
           
private static class ComponentFactory.RTMethod
           
private static class ComponentFactory.RTNullElement
           
 class RtCollectionPort
           
 class RtComponentProperty
           
 class RtComponentProvider
           
 class RtSingleValuePort
           
 

Fields in org.objectweb.kilim.model declared as RtComponentInterface
(package private)  RtComponentInterface InterfacePair.first
           
(package private)  RtComponentInterface InterfacePair.second
           
private  RtComponentInterface RuntimeTrigger.eventSource
           
 

Methods in org.objectweb.kilim.model that return RtComponentInterface
private  RtComponentInterface SlotFactory.newInterface(Port port, RtComponentSlot aSlot)
           
private  RtComponentInterface ComponentFactory.newInterface(Port port)
           
 RtComponentInterface RuntimeTrigger.getEventSource()
          returns the event source.
 

Constructors in org.objectweb.kilim.model with parameters of type RtComponentInterface
InterfacePair(RtComponentInterface itf1, RtComponentInterface itf2)
           
RuntimeTrigger(int aEventKind, RtComponentInterface aSource)
          the public constructor for RuntimeTrigger.