|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.group | Provides all classes needed to use group communications in ProActive. |
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()
|
ComponentParameters |
ComponentParametersController.getComponentParameters()
|
Methods in org.objectweb.proactive.core.component.controller with parameters of type ComponentParameters | |
void |
ProActiveComponentParametersController.setComponentParameters(ComponentParameters componentParameters)
|
void |
ComponentParametersController.setComponentParameters(ComponentParameters componentParameters)
|
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.group |
Methods in org.objectweb.proactive.core.group with parameters of type ComponentParameters | |
static ProActiveComponentRepresentative |
ProActiveComponentGroup.newComponentRepresentativeGroup(ComponentParameters componentParameters)
Creates an empty component stub+a group proxy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |