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

Packages that use ComponentElement
org.objectweb.kilim.model   
org.objectweb.kilim.model.mapping   
org.objectweb.kilim.model.services   
 

Uses of ComponentElement in org.objectweb.kilim.model
 

Subinterfaces of ComponentElement in org.objectweb.kilim.model
 interface Component
           
 interface ComponentInterface
           
 interface ComponentProperty
           
 interface ComponentSlot
           
 interface ComponentSource
           
 interface ContainerElement
           
 

Classes in org.objectweb.kilim.model that implement ComponentElement
private static class ComponentFactory.RTArray
           
private static class ComponentFactory.RTClassSource
           
private static class ComponentFactory.RTConstructor
           
private static class ComponentFactory.RTEventSource
           
private static class ComponentFactory.RTGetter
           
private static class ComponentFactory.RTMethod
           
private static class ComponentFactory.RTNullElement
           
private static class ComponentFactory.RTReference
           
private static class ComponentFactory.RTSetter
           
 class RtCollectionPort
           
 class RtComponent
           
 class RtComponentElement
           
 class RtComponentInterface
           
 class RtComponentProperty
           
 class RtComponentProvider
           
 class RtComponentSlot
           
 class RtComponentSource
           
 class RtExternalValue
          RtExternalValues are specific sources referencing external system entities i.e.
 class RtSingleValuePort
           
(package private)  class RuntimeSourceImpl1
          This is a base for all classes that implement runtime sources that do not support event sources and inputs (i.e.
 

Methods in org.objectweb.kilim.model that return ComponentElement
private  ComponentElement ComponentFactory.newComponentElement1(BasicElement elem)
           
 

Uses of ComponentElement in org.objectweb.kilim.model.mapping
 

Fields in org.objectweb.kilim.model.mapping declared as ComponentElement
private  ComponentElement DefaultMappingContext.currentElement
           
 

Uses of ComponentElement in org.objectweb.kilim.model.services
 

Methods in org.objectweb.kilim.model.services that return ComponentElement
 ComponentElement NamingContext.resolveReference(java.lang.String aName, Component aOrigin)
          returns the element associated to a name.
 ComponentElement DefaultNamingContext.resolveReference(java.lang.String aName, Component origin)
           
 

Methods in org.objectweb.kilim.model.services with parameters of type ComponentElement
 void NamingContext.addBoundName(java.lang.String aName, ComponentElement aElement)
          adds a new lname in the naming context.
 void DefaultNamingContext.addBoundName(java.lang.String aName, ComponentElement aElement)