Package adams.core.base
Interface HostnameUpdateSupporter
-
- All Known Implementing Classes:
ScpJobRunner
public interface HostnameUpdateSupporter
Interface for classes that support updates of their hostname/port.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateHostname(BaseHostname host)
Sets the new hostname/port to use.
-
-
-
Method Detail
-
updateHostname
void updateHostname(BaseHostname host)
Sets the new hostname/port to use.- Parameters:
host
- the new hostname/port
-
-