jgroup.core.arm
Interface RecoveryListener

All Known Subinterfaces:
ShutdownListener

public interface RecoveryListener

The RecoveryListener is a marker interface for the Recovery service. Servers do not need to implement this interface, when the recovery service is specified in the applications.xml file. This is since server will use the recovery service automatically. However, some servers may wish to provide some control over the shutdown procedure implemented within the recovery layer. Such servers must implement the ShutdownListener interface, which provides a shutdown() method.

Since:
Jgroup 1.2
Author:
Hein Meling
See Also:
ShutdownListener



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