Uses of Class
org.objectweb.proactive.core.component.ComponentParameters

Packages that use ComponentParameters
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.component.controller Implementations of the "membrane" of the Fractal components, i.e. the controllers that manage non-functional properties of a component.  
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 ComponentParameters in org.objectweb.proactive
 

Methods in org.objectweb.proactive with parameters of type ComponentParameters
static Component ProActive.newActiveComponent(java.lang.String classname, java.lang.Object[] constructorParameters, Node node, Active activity, MetaObjectFactory factory, ComponentParameters componentParameters)
          Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component.
static Component ProActive.newActiveComponent(java.lang.String className, java.lang.Object[] constructorParameters, VirtualNode vn, ComponentParameters componentParameters)
          Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component.
 

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

Methods in org.objectweb.proactive.core.body with parameters of type ComponentParameters
protected  ProActiveComponentFactory ProActiveMetaObjectFactory.newComponentFactorySingleton(ComponentParameters initialComponentParameters)
           
 

Constructors in org.objectweb.proactive.core.body with parameters of type ComponentParameters
ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl(ComponentParameters initialComponentParameters)
           
 

Uses of ComponentParameters in org.objectweb.proactive.core.component.controller
 

Methods in org.objectweb.proactive.core.component.controller that return ComponentParameters
 ComponentParameters ProActiveComponentParametersController.getComponentParameters()
          see ComponentParametersController.getComponentParameters()
 ComponentParameters ComponentParametersController.getComponentParameters()
          getter
 

Methods in org.objectweb.proactive.core.component.controller with parameters of type ComponentParameters
 void ProActiveComponentParametersController.setComponentParameters(ComponentParameters componentParameters)
          see ComponentParametersController.setComponentParameters(ComponentParameters)
 void ComponentParametersController.setComponentParameters(ComponentParameters componentParameters)
          setter
 

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

Methods in org.objectweb.proactive.core.component.identity that return ComponentParameters
 ComponentParameters ProActiveComponentImpl.getComponentParameters()
           
 

Constructors in org.objectweb.proactive.core.component.identity with parameters of type ComponentParameters
ProActiveComponentImpl(ComponentParameters componentParameters, Body myBody)
          Constructor for ProActiveComponent.
 

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

Methods in org.objectweb.proactive.core.component.representative that return ComponentParameters
 ComponentParameters ProActiveComponentRepresentativeImpl.getComponentParameters()
           
 

Methods in org.objectweb.proactive.core.component.representative with parameters of type ComponentParameters
 void ProActiveComponentRepresentativeImpl.setComponentParameters(ComponentParameters componentParameters)
           
 



Copyright ? October 2004 INRIA All Rights Reserved.