org.objectweb.dream.control.factory
Class NameFactoryMixin
java.lang.Object
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()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFcName
public String getFcName()
- Specified by:
getFcName
in interface NameController
- See Also:
NameController.getFcName()
_super_getFcName
public abstract String _super_getFcName()
- The
getFcName
method overridden by this
mixin.
- See Also:
NameController.getFcName()
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.