|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.model.instanciation.InstanciationMger
Constructor Summary | |
InstanciationMger()
|
Method Summary | |
void |
finalizeInstanciation(Component aComponent,
ComponentInterface aInterface)
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 |
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. |
void |
finalizePlug(Component aComponent,
ComponentSlot aSlot)
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. |
abstract void |
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. |
void |
initializeInstanciation(Component aComponent,
ComponentInterface aInterface)
This is the "pre" method called by the Kilim runtime when it has to access the value of an interface (port, provider, property) belonging to a UNITIALIZED component or slot. |
abstract void |
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. |
void |
initializePlug(Component aComponent,
ComponentSlot aSlot)
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 |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InstanciationMger()
Method Detail |
public void initializeInstanciation(Component aComponent, ComponentInterface aInterface) throws KilimException
aComponent
- : the component containing the interfaceaInterface
- : the accessed interface
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public abstract void initializeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext) throws KilimException
aComponent
- : the component containing the interfaceaInterface
- : the accessed interfaceaContext
- : the mapping context
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public void finalizeInstanciation(Component aComponent, ComponentInterface aInterface) throws KilimException
aComponent
- : the component containing the interfaceaInterface
- : the accessed interface
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public abstract void finalizeInstanciation(Component aComponent, ComponentInterface aInterface, MappingContext aContext) throws KilimException
aComponent
- : the component containing the interfaceaInterface
- : the accessed interfaceaContext
- : the mapping context
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public void initializePlug(Component aComponent, ComponentSlot aSlot) throws KilimException
aComponent
- : the component to be pluggedaSlot
- : the slot
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public abstract void initializePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext) throws KilimException
aComponent
- : the component to be pluggedaSlot
- : the slotaContext
- : the maping context
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public void finalizePlug(Component aComponent, ComponentSlot aSlot) throws KilimException
aComponent
- : the component to be pluggedaSlot
- : the slot
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.public abstract void finalizePlug(Component aComponent, ComponentSlot aSlot, MappingContext aContext) throws KilimException
aComponent
- : the component to be pluggedaSlot
- : the slotaContext
- : the maping context
KilimException
- : generated by the instantiation manager in case of problems. These are specific to each manager.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |