|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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() |
void |
setComponentName(java.lang.String componentName)
see ComponentParametersController.setComponentName(String) |
void |
setComponentParameters(ComponentParameters componentParameters)
see ComponentParametersController.setComponentParameters(ComponentParameters) |
Methods inherited from class org.objectweb.proactive.core.component.controller.ProActiveController |
checkLifeCycleIsStopped, getFcItfName, getFcItfOwner, getFcItfType, isFcInternalItf |
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 setComponentName(java.lang.String componentName)
ComponentParametersController.setComponentName(String)
setComponentName
in interface ComponentParametersController
componentName
- the new name of the component
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |