org.objectweb.fractal.julia.control.name
Class BasicNameControllerMixin

java.lang.Object
  extended byorg.objectweb.fractal.julia.control.name.BasicNameControllerMixin
All Implemented Interfaces:
NameController

public abstract class BasicNameControllerMixin
extends Object
implements NameController

Provides a basic implementation of the NameController interface.

Requirements


Field Summary
 String name
          The name of the component to which this controller object belongs.
 
Method Summary
 String getFcName()
           
 void setFcName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the component to which this controller object belongs.

Method Detail

getFcName

public String getFcName()
Specified by:
getFcName in interface NameController

setFcName

public void setFcName(String name)
Specified by:
setFcName in interface NameController