|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A builder interface for composing exported virtual nodes.
Method Summary | |
void |
compose(java.lang.String componentName,
ExportedVirtualNode[] exportedVirtualNodes,
VirtualNode currentComponentVN)
Composes exported virtual nodes. |
Method Detail |
public void compose(java.lang.String componentName, ExportedVirtualNode[] exportedVirtualNodes, VirtualNode currentComponentVN) throws java.lang.Exception
Composes exported virtual nodes. This is a way to reorganize the physical deployment of the components.
The exported virtual nodes that do not have parents (they are not themselves exported) *must* correspond to the virtual nodes specified in the proactive deployment descriptor. They must also match cardinalities : if an exported virtual node has a "multiple" cardinality", it must be corresponding to a "multiple" virtual node, i.e. a virtual node that contains several nodes.
This method validates and performs the linkage, keeps it in memory, and allows hierarchical composition of exported virtual nodes.
componentName
- the name of the componentexportedVirtualNodes
- an array of the exported virtual nodes elements for this componentcurrentComponentVN
- the virtual node to export
java.lang.Exception
- in case of a composition error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |