Uses of Interface
org.objectweb.proactive.core.component.adl.nodes.VirtualNode

Packages that use VirtualNode
org.objectweb.proactive.core.component.adl.implementations A Fractal ADL module to define component implementations.  
org.objectweb.proactive.core.component.adl.vnexportation A Fractal ADL module to define the exportation of virtual nodes (which is actually a renaming of the virtual-nodes) in the ADL.  
 

Uses of VirtualNode in org.objectweb.proactive.core.component.adl.implementations
 

Methods in org.objectweb.proactive.core.component.adl.implementations with parameters of type VirtualNode
 java.lang.Object ProActiveImplementationBuilderImpl.createComponent(java.lang.Object type, java.lang.String name, java.lang.String definition, ControllerDescription controllerDesc, ContentDescription contentDesc, VirtualNode adlVN, java.util.Map context)
           
 java.lang.Object ProActiveImplementationBuilder.createComponent(java.lang.Object type, java.lang.String name, java.lang.String definition, ControllerDescription controllerDesc, ContentDescription contentDesc, VirtualNode adlVN, java.util.Map context)
          Allows the creation of a ProActive component on a given virtual node
 

Uses of VirtualNode in org.objectweb.proactive.core.component.adl.vnexportation
 

Methods in org.objectweb.proactive.core.component.adl.vnexportation with parameters of type VirtualNode
 void ExportedVirtualNodesBuilderImpl.compose(java.lang.String componentName, ExportedVirtualNode[] exportedVirtualNodes, VirtualNode currentComponentVN)
           
 void ExportedVirtualNodesBuilder.compose(java.lang.String componentName, ExportedVirtualNode[] exportedVirtualNodes, VirtualNode currentComponentVN)
           Composes exported virtual nodes.
 



Copyright 2001-2005 INRIA All Rights Reserved.