org.objectweb.fractal.api.control
Interface NameController


public interface NameController

A component interface to control the name of the component to which it belongs.


Method Summary
 java.lang.String getFcName()
          Returns the name of the component to which this interface belongs.
 void setFcName(java.lang.String name)
          Sets the name of the component to which this interface belongs.
 

Method Detail

getFcName

java.lang.String getFcName()
Returns the name of the component to which this interface belongs.

Returns:
the name of the component to which this interface belongs.
See Also:
setFcName(java.lang.String)

setFcName

void setFcName(java.lang.String name)
Sets the name of the component to which this interface belongs.

Parameters:
name - a component name.
See Also:
getFcName()


Copyright © 2007-2011. All Rights Reserved.