org.objectweb.proactive.core.component.controller
Interface ComponentParametersController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
ProActiveComponentParametersController

public interface ComponentParametersController
extends AttributeController

This interface defines a new type of Fractal controllers, that allow configuration of the components with this implementation

Author:
Matthieu Morel

Method Summary
 ComponentParameters getComponentParameters()
           
 void setComponentParameters(ComponentParameters componentParameters)
           
 

Method Detail

getComponentParameters

public ComponentParameters getComponentParameters()

setComponentParameters

public void setComponentParameters(ComponentParameters componentParameters)


Copyright 2001-2005 INRIA All Rights Reserved.