com.accendia.iris.system.interfaces
Interface IServerAdmin


public interface IServerAdmin

This interface is implemented by the admin and is used for server shutdown.


Method Summary
 int shutdown(boolean immediate)
          Terminates the server.
 

Method Detail

shutdown

int shutdown(boolean immediate)
Terminates the server.

Parameters:
immediate - Flag indicating the server should not wait for the clients to disconnect. Currently ignored.
Returns:
Dummy return value to force synchronous communication.