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
          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)
          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, java.lang.String hierarchicalType)
          Creates an empty component stub+a group proxy.
 



Copyright ? April 2005 INRIA All Rights Reserved.