gistoolkit.server
Interface ServerHolder

All Known Implementing Classes:
WebMapService

public interface ServerHolder

Class to allow the server to tell the container when to save it's configuration.


Method Summary
 java.lang.String getHostName()
          Get the host name.
 int getPort()
          Get the PortNumber.
 void saveConfig()
          Save the configuration.
 void setHostName(java.lang.String inHostName)
          Set the HostName.
 void setPort(int inPort)
          Set the PortNumber.
 

Method Detail

saveConfig

public void saveConfig()
                throws java.lang.Exception
Save the configuration.

Throws:
java.lang.Exception

getHostName

public java.lang.String getHostName()
Get the host name.


setHostName

public void setHostName(java.lang.String inHostName)
Set the HostName.


getPort

public int getPort()
Get the PortNumber.


setPort

public void setPort(int inPort)
Set the PortNumber.