Uses of Interface
org.objectweb.proactive.core.component.identity.ProActiveComponent

Packages that use ProActiveComponent
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.component.identity The ProActiveComponentIdentityImpl class is the base class for the component meta-objects.  
org.objectweb.proactive.core.component.representative A representative is the reference on a ProActive component.  
 

Uses of ProActiveComponent in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that return ProActiveComponent
 ProActiveComponent ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl.newProActiveComponent(Body myBody)
           
 

Uses of ProActiveComponent in org.objectweb.proactive.core.component.body
 

Methods in org.objectweb.proactive.core.component.body that return ProActiveComponent
 ProActiveComponent ComponentBody.getProActiveComponent()
           
 ProActiveComponent ComponentBodyImpl.getProActiveComponent()
          Returns the a reference on the Component meta object
 

Uses of ProActiveComponent in org.objectweb.proactive.core.component.identity
 

Classes in org.objectweb.proactive.core.component.identity that implement ProActiveComponent
 class ProActiveComponentImpl
          The base class for managing components.
 

Methods in org.objectweb.proactive.core.component.identity that return ProActiveComponent
 ProActiveComponent ProActiveComponentFactory.newProActiveComponent(Body myBody)
          factory for ProActiveComponent
 

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

Subinterfaces of ProActiveComponent in org.objectweb.proactive.core.component.representative
 interface ProActiveComponentRepresentative
          Implementations of this interface provide (remote) references to components.
 

Classes in org.objectweb.proactive.core.component.representative that implement ProActiveComponent
 class ProActiveComponentRepresentativeImpl
           
 



Copyright ? October 2004 INRIA All Rights Reserved.