Uses of Interface
org.objectweb.kilim.model.mapping.MappingContext

Packages that use MappingContext
org.objectweb.kilim   
org.objectweb.kilim.model   
org.objectweb.kilim.model.instanciation   
org.objectweb.kilim.model.mapping   
 

Uses of MappingContext in org.objectweb.kilim
 

Fields in org.objectweb.kilim declared as MappingContext
private static MappingContext KilimConfiguration.mappingContext
           
 

Methods in org.objectweb.kilim that return MappingContext
static MappingContext KilimConfiguration.getMappingContext()
          Method getMappingContext.
 

Methods in org.objectweb.kilim with parameters of type MappingContext
static void KilimConfiguration.setMappingContext(MappingContext aContext)
          Method setMappingContext.
 

Uses of MappingContext in org.objectweb.kilim.model
 

Fields in org.objectweb.kilim.model declared as MappingContext
private  MappingContext ComponentFactory.RTSetter.mappingContext
           
protected  MappingContext RtComponentSource.mappingContext
           
 

Uses of MappingContext in org.objectweb.kilim.model.instanciation
 

Methods in org.objectweb.kilim.model.instanciation with parameters of type MappingContext
 void NullInstanciationMger.initializeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
           
 void NullInstanciationMger.finalizeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
           
 void NullInstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void NullInstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void BDUInstanciationMger.finalizeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
           
 void BDUInstanciationMger.initializeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
           
 void BDUInstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
 void BDUInstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
           
static void BDUInstanciationMger.doWhenInstanciate(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
          Method doWhenInstanciate performs the component instanciation according to the following rules : it first looks up for all the nary ports directly declared at the component level and invokes the getValue() method on every provider they contain.
private static void BDUInstanciationMger.doWhenInstanciate1(RtCollectionPort aInterface, MappingContext aContext)
           
static void BDUInstanciationMger.doWhenPlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          Method doWhenPlug.
abstract  void InstanciationMger.initializeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
          This is the "pre" method called by the Kilim runtime when it has to get the value of an interface (port, provider, property) belonging to a UNITIALIZED component or slot.
abstract  void InstanciationMger.finalizeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext)
          This is the "post" method called by the Kilim runtime when it has to get the value of an interface (port, provider, property) belonging to a UNITIALIZED component or slot.
abstract  void InstanciationMger.initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          This is the "pre" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.
abstract  void InstanciationMger.finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext)
          This is the "post" method called by the Kilim runtime when it has to plug either an UNINITIALIZED component or an INITIALIZED component into an UNITIALIZED slot.
 

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

Classes in org.objectweb.kilim.model.mapping that implement MappingContext
 class DefaultMappingContext
          A mapping context is a container for all informations useful when performing the effective task associated to providers and transformers.
 

Methods in org.objectweb.kilim.model.mapping with parameters of type MappingContext
 void TreeModelMapper.enterContext(MappingContext aContext)
           
 void TreeModelMapper.leaveContext(MappingContext aContext)
           
private  void TreeModelMapper.setSeqNumberAndMode(MappingContext aContext, int aMode)
           
 java.lang.Object TreeModelMapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
           
 void TreeModelMapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void TreeModelMapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void TreeModelMapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getExternalValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getEventSourceValue(MappingContext aContext)
           
 java.lang.Object TreeModelMapper.getNullElementValue(MappingContext aContext)
           
 void TreeModelMapper.executeNullElement(MappingContext aContext)
           
 void TextAreaMapper.enterContext(MappingContext aContext)
           
 void TextAreaMapper.leaveContext(MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
           
 void TextAreaMapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void TextAreaMapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void TextAreaMapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getExternalValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getEventSourceValue(MappingContext aContext)
           
 java.lang.Object TextAreaMapper.getNullElementValue(MappingContext aContext)
           
 void TextAreaMapper.executeNullElement(MappingContext aContext)
          Method executeNullElement.
 void NullMapper.enterContext(MappingContext aContext)
           
 void NullMapper.leaveContext(MappingContext aContext)
           
 java.lang.Object NullMapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
           
 void NullMapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
           
 java.lang.Object NullMapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void NullMapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object NullMapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void NullMapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object NullMapper.getExternalValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object NullMapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object NullMapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
           
 java.lang.Object NullMapper.getEventSourceValue(MappingContext aContext)
           
 java.lang.Object NullMapper.getNullElementValue(MappingContext aContext)
           
 void NullMapper.executeNullElement(MappingContext aContext)
           
 void JavaRuntimeMapper.enterContext(MappingContext aContext)
           
 void JavaRuntimeMapper.leaveContext(MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
           
 void JavaRuntimeMapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void JavaRuntimeMapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void JavaRuntimeMapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getExternalValue(java.lang.Object value, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getEventSourceValue(MappingContext aContext)
           
 java.lang.Object JavaRuntimeMapper.getNullElementValue(MappingContext aContext)
           
 void JavaRuntimeMapper.executeNullElement(MappingContext aContext)
           
 void JavaLoggerMapper.enterContext(MappingContext aContext)
           
 void JavaLoggerMapper.leaveContext(MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
           
 void JavaLoggerMapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void JavaLoggerMapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 void JavaLoggerMapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getExternalValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getEventSourceValue(MappingContext aContext)
           
 java.lang.Object JavaLoggerMapper.getNullElementValue(MappingContext aContext)
           
 void JavaLoggerMapper.executeNullElement(MappingContext aContext)
          Method executeNullElement.
 void Mapper.enterContext(MappingContext aContext)
          Method enterContext.
 void Mapper.leaveContext(MappingContext aContext)
          Method leaveContext.
 java.lang.Object Mapper.getGetterValue(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, MappingContext aContext)
          Method getGetterValue.
 void Mapper.executeSetter(java.lang.Object aSupport, boolean isStatic, java.lang.String fieldName, java.lang.Object toBeSet, MappingContext aContext)
          Method executeSetter.
 java.lang.Object Mapper.getMethodValue(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
          Method getMethodValue.
 void Mapper.executeMethod(java.lang.Object aSupport, boolean isStatic, java.lang.String aMethodName, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
          Method executeMethod.
 java.lang.Object Mapper.getConstructorValue(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
          Method getConstructorValue.
 void Mapper.executeConstructor(java.lang.Class aClass, java.lang.Object[] paramObjects, java.lang.String[] typeNames, MappingContext aContext)
          Method executeConstructor.
 java.lang.Object Mapper.getPropertyValue(java.lang.Object aValue, MappingContext aContext)
          Method getPropertyValue.
 java.lang.Object Mapper.getClassValue(java.lang.String aClassName, MappingContext aContext)
          Method getClassSourceValue.
 java.lang.Object Mapper.getExternalValue(java.lang.Object value, MappingContext aContext)
          Method getExternalValue.
 java.lang.Object Mapper.getNullElementValue(MappingContext aContext)
          Method getNullElementValue.
 void Mapper.executeNullElement(MappingContext aContext)
          Method executeNullElement.
 java.lang.Object Mapper.getEventSourceValue(MappingContext aContext)
          Method getEventSourceValue.....