|
|
AdventNet Web NMS 4 API Specification
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.adventnet.nms.failover
Interface FailOverListener
- public interface FailOverListener
This interface can be used to get the notification of FailOver Event.
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
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |