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

Packages that use RuntimeSource
org.objectweb.kilim.model   
 

Uses of RuntimeSource in org.objectweb.kilim.model
 

Classes in org.objectweb.kilim.model that implement RuntimeSource
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
           
 class RtCollectionPort
           
 class RtComponent
           
 class RtComponentInterface
           
 class RtComponentProperty
           
 class RtComponentProvider
           
 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.
 

Fields in org.objectweb.kilim.model declared as RuntimeSource
private  RuntimeSource RtComponentProvider.support
           
private  RuntimeSource ComponentFactory.RTSetter.value
           
private  RuntimeSource ComponentFactory.RTSetter.support
           
private  RuntimeSource[] ComponentFactory.RTArray.arrayElements
           
private  RuntimeSource[] ComponentFactory.RTMethod.parameters
           
private  RuntimeSource[] ComponentFactory.RTConstructor.parameters
           
private  RuntimeSource RtSingleValuePort.provider
           
 

Methods in org.objectweb.kilim.model that return RuntimeSource
 RuntimeSource RtComponentProvider.getSupport()
          returns the support of the provider.
 

Methods in org.objectweb.kilim.model with parameters of type RuntimeSource
 void RtComponentProvider.bindProvider(RuntimeSource aSource, boolean jReplace)
           
 void RtComponentProvider.unbindProvider(RuntimeSource aSource)
           
 void RtComponentProperty.bindProvider(RuntimeSource aSource, boolean jReplace)
           
 void RtComponentProperty.unbindProvider(RuntimeSource aSource)
           
 void RtSingleValuePort.bindProvider(RuntimeSource aProvider, boolean jReplace)
           
 void RtSingleValuePort.unbindProvider(RuntimeSource aProvider)
           
abstract  void RtComponentInterface.bindProvider(RuntimeSource aProvider, boolean jReplace)
          binds an interface to a runtime source.
abstract  void RtComponentInterface.unbindProvider(RuntimeSource aProvider)
          unbinds an interface from a runtime source.
 void RtCollectionPort.setTriggersDone(RuntimeSource aProvider, int aEKind, boolean isU)
          Triggers associated to collection ports must be performed for each bound source when the getValue() or unbound method is invoked on the source.
 boolean RtCollectionPort.triggersDone(RuntimeSource aProvider, int aEKind)
          returns whether the triggers associated to a collection port have been executed for a given source.
 void RtCollectionPort.bindProvider(RuntimeSource aProvider, boolean jReplace)
          binds a new value source to a collection port.
 void RtCollectionPort.unbindProvider(RuntimeSource aProvider)
           
 void ComponentInterface.bindProvider(RuntimeSource aProvider, boolean jReplace)
          binds an interface to a value source.
 void ComponentInterface.unbindProvider(RuntimeSource aProvider)
          unbinds an interface and source value.
 

Constructors in org.objectweb.kilim.model with parameters of type RuntimeSource
RtComponentProvider(TemplateElementImpl aElement, ContainerElement aComponent, RuntimeSource aSupport)
          The public constructor for RtComponentProvider.
ComponentFactory.RTGetter(TpGetter aGetter, Component aComponent, RuntimeSource aSupport)
           
ComponentFactory.RTSetter(TpSetter aGetter, Component aComponent, RuntimeSource aSupport, RuntimeSource aValue)
           
ComponentFactory.RTArray(ArraySource aArray, Component aComponent, RuntimeSource[] elements, java.lang.String aTypeName)
           
ComponentFactory.RTMethod(TpMethod aMethod, Component aComponent, RuntimeSource aSupport, RuntimeSource[] params, java.lang.String[] tpNames)
           
ComponentFactory.RTConstructor(TpConstructor aCtor, Component aComponent, RuntimeSource aSupport, RuntimeSource[] params, java.lang.String[] tNames)