public class RemoteResponseCallbackText extends java.lang.Object implements ACSRemoteLogListener, ACSLogConnectionListener
| Constructor and Description |
|---|
RemoteResponseCallbackText()
RemoteResponeCallbackText constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
acsLogConnConnecting()
Notify that an attempt to connect to ACS NC is in progress
|
void |
acsLogConnDisconnected()
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
|
void |
acsLogConnEstablished()
Notify that the connection with ACS NC has been established
|
void |
acsLogConnLost()
Notify that the connection with ACS NC has been lost
(it means an error or something abnormal).
|
void |
acsLogConnSuspended()
Notify that the service is supended
(i.e.
|
void |
acsLogsDelay()
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.
|
void |
logEntryReceived(ILogEntry logEntry)
The method is executed when a new log arrives from the NC
|
void |
reportStatus(java.lang.String status)
reportStatus method comment.
|
public RemoteResponseCallbackText()
public void logEntryReceived(ILogEntry logEntry)
ACSRemoteLogListenerlogEntryReceived in interface ACSRemoteLogListenerlogEntry - The new log just read from the NCpublic void reportStatus(java.lang.String status)
reportStatus in interface ACSLogConnectionListenerstatus - The status stringpublic void acsLogConnEstablished()
ACSLogConnectionListeneracsLogConnEstablished in interface ACSLogConnectionListenerpublic void acsLogConnLost()
ACSLogConnectionListeneracsLogConnLost in interface ACSLogConnectionListenerpublic void acsLogConnConnecting()
ACSLogConnectionListeneracsLogConnConnecting in interface ACSLogConnectionListenerpublic void acsLogConnDisconnected()
ACSLogConnectionListeneracsLogConnDisconnected in interface ACSLogConnectionListenerpublic void acsLogConnSuspended()
ACSLogConnectionListeneracsLogConnSuspended in interface ACSLogConnectionListenerpublic void acsLogsDelay()
ACSLogConnectionListeneracsLogsDelay in interface ACSLogConnectionListener