jgroup.upgrade
Interface UpgradeListener


public interface UpgradeListener

The UpgradeListener is the interface that must be implemented by application replicas that should be upgradeable.

Since:
Jgroup 1.2
Author:
Hein Meling

Method Summary
 void upgraded()
          Upcall method invoked on the application replica to inform it that this replica has been upgraded, and it can terminate its current execution.
 

Method Detail

upgraded

void upgraded()
Upcall method invoked on the application replica to inform it that this replica has been upgraded, and it can terminate its current execution. This method should only do application specific shutdown procedures.



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