net.larsan.norna
Interface RestartListener


public interface RestartListener

This interface will be implemented by the framework to use with services that wishes to request restarts. The framework will attempt to honor this request but services should not depend on it, in particular services must not asume that the restart will commence immediately.

A restart as performed by the framework in response to this interface is a complete stop and unload, which includes the service class loader.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Method Summary
 void requestRestart()
          Request restart.
 

Method Detail

requestRestart

public void requestRestart()
Request restart. The framework will attempt to honor this request but services should not depend on it, in particular services must not asume that the restart will commence immediately.