AdventNet Web NMS 4 API Specification

com.adventnet.nms.failover
Interface FailOverListener


public interface FailOverListener

This interface can be used to get the notification of FailOver Event.


Method Summary
 void postFailOverNotification(FailOverEvent failoverevent)
          This method will be invoked by the client frame work after completing process of FailOver Event.
 void preFailOverNotification(FailOverEvent failoverevent)
          This method will be invoked when communication failed occured between the client and FE server.
 

Method Detail

preFailOverNotification

public void preFailOverNotification(FailOverEvent failoverevent)
This method will be invoked when communication failed occured between the client and FE server. Each listener has to stop the process for placing the request to FE server.

postFailOverNotification

public void postFailOverNotification(FailOverEvent failoverevent)
This method will be invoked by the client frame work after completing process of FailOver Event. Each listener should complete the hand shaking process with their respective session existing in FE server , after receiving this intimation.

AdventNet Web NMS 4 API Specification