jgroup.core.arm
Interface ShutdownListener

All Superinterfaces:
RecoveryListener

public interface ShutdownListener
extends RecoveryListener

The ShutdownListener must be implemented by servers that wish have control over its own shutdown procedure. Servers that do not implement this interface will still be removed when elected, but forcibly, even though they do not implement neither ShutdownListener or the RecoveryListener.

Since:
Jgroup 2.1
Author:
Hein Meling

Method Summary
 void shutdown()
          Method provided by the server to allow it to perform a clean shutdown procedure, when elected by the RecoveryLayer to be removed.
 

Method Detail

shutdown

void shutdown()
Method provided by the server to allow it to perform a clean shutdown procedure, when elected by the RecoveryLayer to be removed.



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.