|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.nms.failover.FailOverEvent
| Constructor Summary | |
FailOverEvent(java.util.Properties previousFEInfo,
java.util.Properties presentFEInfo)
This class serve as a event object for FailOver Event. |
|
| Method Summary | |
java.sql.Time |
getFailOverTime()
This method will return the time of FailOver happened. |
java.lang.String |
getNewHost()
This method will return the host name of Presently connected FE Server(Which is used for receiving further updates from BackEnd Server) |
int |
getNewPort()
This method will return the port of Current WebServer(Which is used for receiving further updates from BackEnd Server) |
java.lang.String |
getOldHost()
This method will return the host name of Previously connected FE Server(Which is used for maintain the communication between client and server) |
int |
getOldPort()
This method will return the port of Previously connected WebServer(Which is used for maintain the communication between client and server) |
java.util.Properties |
getPresentFEInfo()
This method will return the Properties of Present FE Server(Which is used for receiving further updates from BackEnd Server) |
java.util.Properties |
getPreviousFEInfo()
This method will return the Properties of Previous FE Server(Which is used to maintain the communication between client and server) |
boolean |
getResult()
This method is used to get the result for this Event |
int |
getSocketType()
This method is used to get the socket type from where this event has been generated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FailOverEvent(java.util.Properties previousFEInfo,
java.util.Properties presentFEInfo)
| Method Detail |
public java.sql.Time getFailOverTime()
public java.util.Properties getPreviousFEInfo()
public java.util.Properties getPresentFEInfo()
public java.lang.String getOldHost()
public int getOldPort()
public java.lang.String getNewHost()
public int getNewPort()
public boolean getResult()
public int getSocketType()
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||