Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::logging::engine::ACS::ACSLogConnectionListener Interface Reference

List of all members.

Public Member Functions

void acsLogConnEstablished ()
void acsLogConnDisconnected ()
void acsLogConnLost ()
void acsLogConnConnecting ()
void acsLogConnSuspended ()
void acsLogsDelay ()
void reportStatus (String status)

Detailed Description

The listener for the status of the connection with the logging channel

Author:
acaproni


Member Function Documentation

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::acsLogConnConnecting  ) 
 

Notify that an attempt to connect to ACS NC is in progress

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::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 com::cosylab::logging::engine::ACS::ACSLogConnectionListener::acsLogConnEstablished  ) 
 

Notify that the connection with ACS NC has been established

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::acsLogConnLost  ) 
 

Notify that the connection with ACS NC has been lost (it means an error or something abnormal).

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::acsLogConnSuspended  ) 
 

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

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::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. When the temporary problem has been fixed, the status will revert to connected

void com::cosylab::logging::engine::ACS::ACSLogConnectionListener::reportStatus String  status  ) 
 

Send a report string with the current status of the connection

Parameters:
status The status string


The documentation for this interface was generated from the following file:
Generated on Thu Apr 30 03:13:07 2009 for ACS Java API by doxygen 1.3.8