|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.nms.alertui.AlertCountClient
public class AlertCountClient
| Field Summary |
|---|
| Fields inherited from interface com.adventnet.nms.alertdb.AlertCountConstants |
|---|
CONFIRM, COUNT_ALL_REQUEST, COUNT_CLOSE, COUNT_REQUEST, COUNT_UPDATE, ERROR, READY |
| Constructor Summary | |
|---|---|
AlertCountClient(AlertCounts alCnt)
|
|
AlertCountClient(AlertCounts alCnt,
boolean init_on_startup)
|
|
| Method Summary | |
|---|---|
void |
checkConfirmation()
|
void |
close()
This method will be called when the session is closed by the client. |
java.util.Properties |
convertFromCustomString(java.lang.String objPropString)
|
java.lang.String |
convertToCustomizedString(java.util.Properties prop)
|
void |
getDetailsOfAll()
|
void |
getDetailsOfCategory(java.lang.String category)
|
java.util.Properties |
getProps(java.lang.String s)
Get the properties from a string - Properties.load() has problems |
void |
open()
|
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. |
java.lang.String |
readTok(char delim,
java.lang.String s)
Something to pick off tokens from properties string |
void |
receive(byte[] data)
This method will be called whenever the session receives data from the server. |
void |
sendOneString(int id,
java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlertCountClient(AlertCounts alCnt)
public AlertCountClient(AlertCounts alCnt,
boolean init_on_startup)
| Method Detail |
|---|
public void getDetailsOfCategory(java.lang.String category)
public void getDetailsOfAll()
public void close()
SocketConnection
close in interface SocketConnectionpublic void receive(byte[] data)
SocketConnection
receive in interface SocketConnectiondata - The byte array received from the server will be passed.public void open()
public void checkConfirmation()
public void sendOneString(int id,
java.lang.String s)
public java.util.Properties getProps(java.lang.String s)
public java.lang.String readTok(char delim,
java.lang.String s)
public java.util.Properties convertFromCustomString(java.lang.String objPropString)
public java.lang.String convertToCustomizedString(java.util.Properties prop)
public void preFailOverNotification(FailOverEvent failoverevent)
FailOverListener
preFailOverNotification in interface FailOverListenerpublic void postFailOverNotification(FailOverEvent failoverevent)
FailOverListener
postFailOverNotification in interface FailOverListener
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||