|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.controller.ProActiveController
org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
a controller for accessing configuration parameters of the component.
Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
ProActiveComponentParametersController(Component owner)
Constructor |
Method Summary | |
ComponentParameters |
getComponentParameters()
see ComponentParametersController.getComponentParameters() |
java.lang.String |
getFcName()
see NameController.getFcName() |
void |
setComponentParameters(ComponentParameters componentParameters)
see ComponentParametersController.setComponentParameters(ComponentParameters) |
void |
setFcName(java.lang.String componentName)
see @link ComponentParametersController#setComponentName(String) |
Methods inherited from class org.objectweb.proactive.core.component.controller.ProActiveController |
checkLifeCycleIsStopped, getFcItfName, getFcItfOwner, getFcItfType, getHierarchicalType, isComposite, isFcInternalItf, isParallel, isPrimitive, setItfType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public ProActiveComponentParametersController(Component owner)
owner
- the super controllerMethod Detail |
public ComponentParameters getComponentParameters()
ComponentParametersController.getComponentParameters()
getComponentParameters
in interface ComponentParametersController
public void setComponentParameters(ComponentParameters componentParameters)
ComponentParametersController.setComponentParameters(ComponentParameters)
setComponentParameters
in interface ComponentParametersController
componentParameters
- the component parameterspublic void setFcName(java.lang.String componentName)
setFcName
in interface NameController
public java.lang.String getFcName()
NameController.getFcName()
getFcName
in interface NameController
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |