Uses of Interface
org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentative

Packages that use ProActiveComponentRepresentative
org.objectweb.proactive.core.component.representative A representative is the reference on a ProActive component.  
org.objectweb.proactive.core.group Provides all classes needed to use group communications in ProActive.  
 

Uses of ProActiveComponentRepresentative in org.objectweb.proactive.core.component.representative
 

Classes in org.objectweb.proactive.core.component.representative that implement ProActiveComponentRepresentative
 class ProActiveComponentRepresentativeImpl
          An object of type Component which is a remote reference on a component.
 

Methods in org.objectweb.proactive.core.component.representative that return ProActiveComponentRepresentative
 ProActiveComponentRepresentative ProActiveComponentRepresentativeFactory.createComponentRepresentative(ComponentType componentType, java.lang.String hierarchicalType, Proxy proxy, java.lang.String controllerConfigFileLocation)
          Creates a component representative according to the type of the component (it also generates the required functional interfaces), and connects the representative to the given proxy.
 

Uses of ProActiveComponentRepresentative in org.objectweb.proactive.core.group
 

Methods in org.objectweb.proactive.core.group that return ProActiveComponentRepresentative
static ProActiveComponentRepresentative ProActiveComponentGroup.newComponentRepresentativeGroup(ComponentParameters componentParameters)
          Creates an empty component stub+a group proxy.
 



Copyright 2001-2005 INRIA All Rights Reserved.