net.larsan.norna.base
Interface Restartable
- public interface Restartable
This interface should be inplemented by services that wiches to request re-starts
from the framework. The service will get a RestartListener interface to notify
when it wishes to re-start.
- Version:
- Alpha-0.2 / 2002-10-06 21:37
- Author:
- Lars J. Nilsson
- See Also:
RestartListener
setRestartListener
public void setRestartListener(RestartListener listener)
- Set re-start listener interface. This interface should be called by the
service when it wishes to re-start.
- Parameters:
listener - Restart listener interface to request a restart from