Public Member Functions | |
void | acsLogConnEstablished () |
void | acsLogConnDisconnected () |
void | acsLogConnLost () |
void | acsLogConnConnecting () |
void | acsLogConnSuspended () |
void | acsLogsDelay () |
void | reportStatus (String status) |
|
Notify that an attempt to connect to ACS NC is in progress |
|
Notify that the connection with ACS NC has been disconnected It can happen as a consequence of an error as well as as consequence of a request |
|
Notify that the connection with ACS NC has been established |
|
Notify that the connection with ACS NC has been lost (it means an error or something abnormal). |
|
Notify that the service is supended (i.e. it is connected to the NC and receiving logs but the logs are discarded instead of being sent to the listeners) Note: the suspension of the service is not a malfunctioning but a status requested by the user |
|
Notify that for some internal reason the service is not able to follow the flow of the incoming logs and is queueing the messages to be inserted later, when flow will decrease and enough CPU time is availbale This method is not executed each time a log is queued but once when the situation begins. When the temporary problem has been fixed, the status will revert to connected |
|
Send a report string with the current status of the connection
|