|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeFactory
A factory for SCA-specific nodes. This interface can
be used by clients to wrap objects from the standard SCA API in Nodes
appropriate for FPath to manipulate in a uniform way.
| Method Summary | |
|---|---|
ScaComponentNode |
createScaComponentNode(org.objectweb.fractal.api.Component comp)
Create a new ScaComponentNode instance. |
ScaReferenceNode |
createScaReferenceNode(org.objectweb.fractal.api.Interface itf)
Create a new ScaReferenceNode instance. |
ScaServiceNode |
createScaServiceNode(org.objectweb.fractal.api.Interface itf)
Create a new ScaServiceNode instance. |
| Method Detail |
|---|
ScaComponentNode createScaComponentNode(org.objectweb.fractal.api.Component comp)
comp - The SCA component to encapsulate.
ScaServiceNode createScaServiceNode(org.objectweb.fractal.api.Interface itf)
comp - The SCA service to encapsulate.
ScaReferenceNode createScaReferenceNode(org.objectweb.fractal.api.Interface itf)
comp - The SCA reference to encapsulate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||