org.objectweb.dream.control.factory
Class NameFactoryMixin

java.lang.Object
  extended by org.objectweb.dream.control.factory.NameFactoryMixin
All Implemented Interfaces:
NameController

public abstract class NameFactoryMixin
extends Object
implements NameController

Override NameController.getFcName() method to returns a default name, if it is not set elsewhere. The default name is the local canonical host name.

See Also:
InetAddress.getLocalHost(), InetAddress.getCanonicalHostName()

Method Summary
abstract  String _super_getFcName()
          The getFcNamemethod overridden by this mixin.
 String getFcName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.api.control.NameController
setFcName
 

Method Detail

getFcName

public String getFcName()
Specified by:
getFcName in interface NameController
See Also:
NameController.getFcName()

_super_getFcName

public abstract String _super_getFcName()
The getFcNamemethod overridden by this mixin.

See Also:
NameController.getFcName()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.