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
           
 

Methods in org.objectweb.proactive.core.component.representative that return ProActiveComponentRepresentative
 ProActiveComponentRepresentative ProActiveComponentRepresentativeFactory.createComponentRepresentative(ComponentType componentType, Proxy proxy)
          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(ComponentType componentType)
          Creates an empty component stub+a group proxy.
 



Copyright ? October 2004 INRIA All Rights Reserved.